Skip to main content

GetAccessRequestRecommendationsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.iai_access_request_recommendations.models.get_access_request_recommendations_v1401_response import GetAccessRequestRecommendationsV1401Response

get_access_request_recommendations_v1401_response = GetAccessRequestRecommendationsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]