Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/AccountsAsyncResult.md
2025-02-20 12:59:19 -05:00

854 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 pythonsdk
python
Python
sdk
AccountsAsyncResult
AccountsAsyncResult
/tools/sdk/python/v3/models/accounts-async-result
SDK
Software Development Kit
AccountsAsyncResult
AccountsAsyncResult

AccountsAsyncResult

Accounts async response containing details on started async process

Properties

Name Type Description Notes
id str id of the task [required]
}

Example

from sailpoint.v3.models.accounts_async_result import AccountsAsyncResult

accounts_async_result = AccountsAsyncResult(
id='2c91808474683da6017468693c260195'
)

[Back to top]