Skip to main content

ListSavedSearchesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.saved_search.models.list_saved_searches_v1401_response import ListSavedSearchesV1401Response

list_saved_searches_v1401_response = ListSavedSearchesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]