Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AppAllOfAccount.md
2025-01-28 13:29:29 -05:00

1.1 KiB

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

AppAllOfAccount

Properties

Name Type Description Notes
Id Pointer to String The SailPoint generated unique ID [optional]
AccountId Pointer to String The 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]