Skip to main content

GetTenantV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.tenant.models.get_tenant_v1401_response import GetTenantV1401Response

get_tenant_v1401_response = GetTenantV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]