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

884 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
beta-accounts-async-result AccountsAsyncResult AccountsAsyncResult AccountsAsyncResult powershellsdk
powershell
PowerShell
sdk
AccountsAsyncResult
BetaAccountsAsyncResult
/tools/sdk/powershell/beta/models/accounts-async-result
SDK
Software Development Kit
AccountsAsyncResult
BetaAccountsAsyncResult

AccountsAsyncResult

Properties

Name Type Description Notes
Id String id of the task [required]

Examples

  • Prepare the resource
$AccountsAsyncResult = Initialize-PSSailpoint.BetaAccountsAsyncResult  -Id 2c91808474683da6017468693c260195
  • Convert the resource to JSON
$AccountsAsyncResult | ConvertTo-JSON

[Back to top]