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