Skip to main content

GetCommonAccessV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.iai_common_access.models.get_common_access_v1401_response import GetCommonAccessV1401Response

get_common_access_v1401_response = GetCommonAccessV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]