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.beta.models.accounts_async_result import AccountsAsyncResult
accounts_async_result = AccountsAsyncResult(
id='2c91808474683da6017468693c260195'
)