Skip to main content

ListScheduledSearchV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.scheduled_search.models.list_scheduled_search_v1401_response import ListScheduledSearchV1401Response

list_scheduled_search_v1401_response = ListScheduledSearchV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]