Skip to main content

ListOauthClientsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.oauth_clients.models.list_oauth_clients_v1429_response import ListOauthClientsV1429Response

list_oauth_clients_v1429_response = ListOauthClientsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]