Skip to main content

GetServiceDeskIntegrationsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.service_desk_integration.models.get_service_desk_integrations_v1401_response import GetServiceDeskIntegrationsV1401Response

get_service_desk_integrations_v1401_response = GetServiceDeskIntegrationsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]