GetPublicIdentitiesV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A message describing the error | [optional] |
| } |
Example
from sailpoint.public_identities.models.get_public_identities_v1401_response import GetPublicIdentitiesV1401Response
get_public_identities_v1401_response = GetPublicIdentitiesV1401Response(
error=JWT validation failed: JWT is expired
)