Skip to main content

StartActivateWorkflowV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.jit_activations.models.start_activate_workflow_v1401_response import StartActivateWorkflowV1401Response

start_activate_workflow_v1401_response = StartActivateWorkflowV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]