Skip to main content

UserAppOwner

Properties

NameTypeDescriptionNotes
IdStringThe identity ID[optional]
TypeStringIt will always be ""IDENTITY""[optional]
NameStringThe identity name[optional]
AliasStringThe identity alias[optional]

Examples

  • Prepare the resource
$UserAppOwner = Initialize-PSSailpoint.BetaUserAppOwner  -Id 2c9180827ca885d7017ca8ce28a000eb `
-Type IDENTITY `
-Name John `
-Alias John.Doe
  • Convert the resource to JSON
$UserAppOwner | ConvertTo-JSON

[Back to top]