Skip to main content

GetReassignmentConfigTypesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.work_reassignment.models.get_reassignment_config_types_v1401_response import GetReassignmentConfigTypesV1401Response

get_reassignment_config_types_v1401_response = GetReassignmentConfigTypesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]