Skip to main content

GetTenantUiMetadataV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.ui_metadata.models.get_tenant_ui_metadata_v1401_response import GetTenantUiMetadataV1401Response

get_tenant_ui_metadata_v1401_response = GetTenantUiMetadataV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]