Skip to main content

GetSIMIntegrationV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.sim_integrations.models.get_sim_integration_v1401_response import GetSIMIntegrationV1401Response

get_sim_integration_v1401_response = GetSIMIntegrationV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]