Skip to main content

AccountInfoDto

Properties

NameTypeDescriptionNotes
NativeIdentityStringThe unique ID of the account generated by the source system[optional]
DisplayNameStringDisplay name for this account[optional]
UuidStringUUID associated with this account[optional]

Examples

  • Prepare the resource
$AccountInfoDto = Initialize-PSSailpoint.V2024AccountInfoDto  -NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-DisplayName Abby.Smith `
-Uuid {ad9fc391-246d-40af-b248-b6556a2b7c01}
  • Convert the resource to JSON
$AccountInfoDto | ConvertTo-JSON

[Back to top]