ListOauthClientsV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A 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
)