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