Skip to main content

GetPublicIdentityConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.public_identities_config.models.get_public_identity_config_v1429_response import GetPublicIdentityConfigV1429Response

get_public_identity_config_v1429_response = GetPublicIdentityConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]