Skip to main content

SetLifecycleStateV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.lifecycle_states.models.set_lifecycle_state_v1401_response import SetLifecycleStateV1401Response

set_lifecycle_state_v1401_response = SetLifecycleStateV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]