Skip to main content

ListWorkflowsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.workflows.models.list_workflows_v1401_response import ListWorkflowsV1401Response

list_workflows_v1401_response = ListWorkflowsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]