Skip to main content

UserAppAccount

Properties

NameTypeDescriptionNotes
IdStringthe account ID[optional]
TypeStringIt will always be ""ACCOUNT""[optional]
NameStringthe account name[optional]

Examples

  • Prepare the resource
$UserAppAccount = Initialize-PSSailpoint.BetaUserAppAccount  -Id 85d173e7d57e496569df763231d6deb6a `
-Type ACCOUNT `
-Name test account
  • Convert the resource to JSON
$UserAppAccount | ConvertTo-JSON

[Back to top]