Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AppAllOfAccount.md
2025-05-07 14:37:48 +00:00

1019 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-app-all-of-account AppAllOfAccount AppAllOfAccount AppAllOfAccount powershellsdk
powershell
PowerShell
sdk
AppAllOfAccount
V2025AppAllOfAccount
/tools/sdk/powershell/v2025/models/app-all-of-account
SDK
Software Development Kit
AppAllOfAccount
V2025AppAllOfAccount

AppAllOfAccount

Properties

Name Type Description Notes
Id String The SailPoint generated unique ID [optional]
AccountId String The account ID generated by the source [optional]

Examples

  • Prepare the resource
$AppAllOfAccount = Initialize-V2025AppAllOfAccount  -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]