mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
876 B
876 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-accounts-async-result | AccountsAsyncResult | AccountsAsyncResult | AccountsAsyncResult | pythonsdk |
|
/tools/sdk/python/v2025/models/accounts-async-result |
|
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.v2025.models.accounts_async_result import AccountsAsyncResult
accounts_async_result = AccountsAsyncResult(
id='2c91808474683da6017468693c260195'
)