Skip to main content

AccountInfoRef

Properties

NameTypeDescriptionNotes
UuidStringThe uuid for the account, available under the 'objectguid' attribute[optional]
NativeIdentityStringThe 'distinguishedName' attribute for the account[optional]
TypeDtoType[optional]
IdStringThe account id[optional]
NameStringThe account display name[optional]

Examples

  • Prepare the resource
$AccountInfoRef = Initialize-PSSailpoint.V2024AccountInfoRef  -Uuid {fab7119e-004f-4822-9c33-b8d570d6c6a6} `
-NativeIdentity CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local `
-Type null `
-Id f19d168c27374fd1aff3b483573f997f `
-Name UserAccount.761a2248b
  • Convert the resource to JSON
$AccountInfoRef | ConvertTo-JSON

[Back to top]