Skip to main content

GetRoleMiningSessionsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.iai_role_mining.models.get_role_mining_sessions_v1401_response import GetRoleMiningSessionsV1401Response

get_role_mining_sessions_v1401_response = GetRoleMiningSessionsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]