Skip to main content

GetMultiHostIntegrationsListV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.multi_host_integration.models.get_multi_host_integrations_list_v1401_response import GetMultiHostIntegrationsListV1401Response

get_multi_host_integrations_list_v1401_response = GetMultiHostIntegrationsListV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]