Skip to main content

GetPasswordOrgConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.password_configuration.models.get_password_org_config_v1429_response import GetPasswordOrgConfigV1429Response

get_password_org_config_v1429_response = GetPasswordOrgConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]