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