Skip to main content

GetAuthUserV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.auth_users.models.get_auth_user_v1401_response import GetAuthUserV1401Response

get_auth_user_v1401_response = GetAuthUserV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]