MachineAccountsAsyncResult
Machine account async response containing the id of the started task.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the task. | [required] |
| } |
Example
from sailpoint.machine_accounts.models.machine_accounts_async_result import MachineAccountsAsyncResult
machine_accounts_async_result = MachineAccountsAsyncResult(
id='2c91808474683da6017468693c260195'
)