Skip to main content

AccountRequestAsyncResult

Asynchronous response containing a unique tracking ID for the account request

Properties

NameTypeDescriptionNotes
account_request_idstrId of the account request[required]
}

Example

from sailpoint.account_deletion_requests.models.account_request_async_result import AccountRequestAsyncResult

account_request_async_result = AccountRequestAsyncResult(
account_request_id='2d81808474683da6017468693c260196'
)

[Back to top]