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