Skip to main content

GetSearchAttributeConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.search_attribute_configuration.models.get_search_attribute_config_v1401_response import GetSearchAttributeConfigV1401Response

get_search_attribute_config_v1401_response = GetSearchAttributeConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]