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

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

AccountsAsyncResult

Properties

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

Examples

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

[Back to top]