authentik-client 3.2025061.1

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# FlowStageBindingRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**target** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**stage** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**evaluate_on_plan** | Option<**bool**> | Evaluate policies during the Flow planning process. | [optional]
**re_evaluate_policies** | Option<**bool**> | Evaluate policies when the Stage is presented to the user. | [optional]
**order** | **i32** |  | 
**policy_engine_mode** | Option<[**models::PolicyEngineMode**]PolicyEngineMode.md> |  | [optional]
**invalid_response_action** | Option<[**models::InvalidResponseActionEnum**]InvalidResponseActionEnum.md> | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)