Skip to main content

MachineAccountsAsyncResult

Machine account async response containing the id of the started task.

Properties​

NameTypeDescriptionNotes
idstrID of the task.[required]
}

Example​

from sailpoint.machine_accounts.models.machine_accounts_async_result import MachineAccountsAsyncResult

machine_accounts_async_result = MachineAccountsAsyncResult(
id='2c91808474683da6017468693c260195'
)

[Back to top]