Skip to main content

ListUserLevelsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.custom_user_levels.models.list_user_levels_v1401_response import ListUserLevelsV1401Response

list_user_levels_v1401_response = ListUserLevelsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]