Skip to main content

RequestedAccountRef

Properties

NameTypeDescriptionNotes
NameStringDisplay name of the account for the user[optional]
TypeDtoType[optional]
AccountUuidStringThe uuid for the account[optional]
AccountIdStringThe native identity for the account[optional]
SourceNameStringDisplay name of the source for the account[optional]

Examples

  • Prepare the resource
$RequestedAccountRef = Initialize-PSSailpoint.V3RequestedAccountRef  -Name Glen.067da3248e914 `
-Type null `
-AccountUuid {fab7119e-004f-4822-9c33-b8d570d6c6a6} `
-AccountId CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local `
-SourceName Multi Account AD source name
  • Convert the resource to JSON
$RequestedAccountRef | ConvertTo-JSON

[Back to top]