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