Skip to main content

GetPublicIdentitiesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.public_identities.models.get_public_identities_v1429_response import GetPublicIdentitiesV1429Response

get_public_identities_v1429_response = GetPublicIdentitiesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]