Skip to main content

CreateRoleInsightRequestsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA 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
)

[Back to top]