Skip to main content

GetObjectMappingsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.configuration_hub.models.get_object_mappings_v1401_response import GetObjectMappingsV1401Response

get_object_mappings_v1401_response = GetObjectMappingsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]