RunAsAccounts

System Center
 

Updated: June 27, 2017

Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview

Reads, creates, updates, and deletes Run As accounts for a specific Service Provider Foundation stamp.

GETPOSTPUTDELETE
YesYesYesYes

GET

Reads all Run As accounts that are assigned to the specified stamp. Specify the ID property to retrieve a specific Run As account.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp to restrict the query to
IDEdm.GuidNoThe identifier of a Run As account

POST

Creates a new Run As account.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp to restrict the query to
NameEdm.StringYesThe title of the Run As account
UserNameEdm.StringYesThe user name that the Run As account will use
PasswordEdm.StringYesThe password that is associated with the UserName property
OwnerUserAndRoleYesThe owner of this Run As account object
DescriptionEdm.StringNoThe description of the Run As account
NoValidationEdm.BooleanYesIndicates that the Run As account will not validate the provided domain credentials.

PUT

Updates an existing Run As account.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp to restrict the query to
IDEdm.GuidYesThe identifier of the Run As account to update
NameEdm.StringNoThe title of the Run As account
UserNameEdm.StringNoThe user name that the Run As account will use
PasswordEdm.StringNoThe password that is associated with the UserName property
OwnerUserAndRoleNoThe owner of this Run As account object
GrantedToListUserAndRole[]YesThe users or roles that are allowed to use this Run As account

 Collection may be empty.
DescriptionEdm.StringNoThe description of the Run As account
NoValidationEdm.BooleanNoIndicates that the Run As account will not validate the provided domain credentials

DELETE

Deletes the specified Run As account.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp to restrict the query to
IDEdm.GuidYesThe identifier of the Run As account to delete

VMM Collections Reference

Show: