Skip to main content

ListOauthClientsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.oauth_clients.models.list_oauth_clients_v1401_response import ListOauthClientsV1401Response

list_oauth_clients_v1401_response = ListOauthClientsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]