Skip to main content

ListPendingApprovalsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.access_request_approvals.models.list_pending_approvals_v1401_response import ListPendingApprovalsV1401Response

list_pending_approvals_v1401_response = ListPendingApprovalsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]