Skip to main content

GetTenantContextV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.tenant_context.models.get_tenant_context_v1401_response import GetTenantContextV1401Response

get_tenant_context_v1401_response = GetTenantContextV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]