Skip to main content

GetPrivilegeCriteriaConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.privilege_criteria_configuration.models.get_privilege_criteria_config_v1429_response import GetPrivilegeCriteriaConfigV1429Response

get_privilege_criteria_config_v1429_response = GetPrivilegeCriteriaConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]