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