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.accounts.models.accountsasyncresult import Accountsasyncresult
accountsasyncresult = Accountsasyncresult(
id='2c91808474683da6017468693c260195'
)