Skip to main content

GetApprovalsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.approvals.models.get_approvals_v1401_response import GetApprovalsV1401Response

get_approvals_v1401_response = GetApprovalsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]