Skip to main content

AppAllOfAccount

Properties

NameTypeDescriptionNotes
IdStringThe SailPoint generated unique ID[optional]
AccountIdStringThe account ID generated by the source[optional]

Examples

  • Prepare the resource
$AppAllOfAccount = Initialize-PSSailpoint.V2024AppAllOfAccount  -Id 2c9180837dfe6949017e21f3d8cd6d49 `
-AccountId CN=Carol Adams,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=sailpointdemo,DC=com
  • Convert the resource to JSON
$AppAllOfAccount | ConvertTo-JSON

[Back to top]