Skip to main content

GetConnectorV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.connectors.models.get_connector_v1401_response import GetConnectorV1401Response

get_connector_v1401_response = GetConnectorV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]