Skip to main content

GetPrivilegeCriteriaConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.privilege_criteria_configuration.models.get_privilege_criteria_config_v1401_response import GetPrivilegeCriteriaConfigV1401Response

get_privilege_criteria_config_v1401_response = GetPrivilegeCriteriaConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]