Skip to main content

AppAccountDetailsSourceAccount

Properties

NameTypeDescriptionNotes
IdStringThe account ID[optional]
NativeIdentityStringThe native identity of account[optional]
DisplayNameStringThe display name of account[optional]
SourceIdStringThe source ID of account[optional]
SourceDisplayNameStringThe source name of account[optional]

Examples

  • Prepare the resource
$AppAccountDetailsSourceAccount = Initialize-PSSailpoint.BetaAppAccountDetailsSourceAccount  -Id fbf4f72280304f1a8bc808fc2a3bcf7b `
-NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-DisplayName Abby Smith `
-SourceId 10efa58ea3954883b52bf74f489ce8f9 `
-SourceDisplayName ODS-AD-SOURCE
  • Convert the resource to JSON
$AppAccountDetailsSourceAccount | ConvertTo-JSON

[Back to top]