Skip to main content

StartRolePropagationV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.role_propagation.models.start_role_propagation_v1401_response import StartRolePropagationV1401Response

start_role_propagation_v1401_response = StartRolePropagationV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]