Skip to main content

GetAccountDeletionRequestsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.account_deletion_requests.models.get_account_deletion_requests_v1401_response import GetAccountDeletionRequestsV1401Response

get_account_deletion_requests_v1401_response = GetAccountDeletionRequestsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]