Name | Type | Description | Notes |
---|---|---|---|
Target | Pointer to string | [optional] | |
Stage | Pointer to string | [optional] | |
EvaluateOnPlan | Pointer to bool | Evaluate policies during the Flow planning process. | [optional] |
ReEvaluatePolicies | Pointer to bool | Evaluate policies when the Stage is presented to the user. | [optional] |
Order | Pointer to int32 | [optional] | |
PolicyEngineMode | Pointer to PolicyEngineMode | [optional] | |
InvalidResponseAction | Pointer to InvalidResponseActionEnum | 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] |
func NewPatchedFlowStageBindingRequest() *PatchedFlowStageBindingRequest
NewPatchedFlowStageBindingRequest instantiates a new PatchedFlowStageBindingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchedFlowStageBindingRequestWithDefaults() *PatchedFlowStageBindingRequest
NewPatchedFlowStageBindingRequestWithDefaults instantiates a new PatchedFlowStageBindingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *PatchedFlowStageBindingRequest) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *PatchedFlowStageBindingRequest) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (o *PatchedFlowStageBindingRequest) GetStage() string
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetStageOk() (*string, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetStage(v string)
SetStage sets Stage field to given value.
func (o *PatchedFlowStageBindingRequest) HasStage() bool
HasStage returns a boolean if a field has been set.
func (o *PatchedFlowStageBindingRequest) GetEvaluateOnPlan() bool
GetEvaluateOnPlan returns the EvaluateOnPlan field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetEvaluateOnPlanOk() (*bool, bool)
GetEvaluateOnPlanOk returns a tuple with the EvaluateOnPlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetEvaluateOnPlan(v bool)
SetEvaluateOnPlan sets EvaluateOnPlan field to given value.
func (o *PatchedFlowStageBindingRequest) HasEvaluateOnPlan() bool
HasEvaluateOnPlan returns a boolean if a field has been set.
func (o *PatchedFlowStageBindingRequest) GetReEvaluatePolicies() bool
GetReEvaluatePolicies returns the ReEvaluatePolicies field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetReEvaluatePoliciesOk() (*bool, bool)
GetReEvaluatePoliciesOk returns a tuple with the ReEvaluatePolicies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetReEvaluatePolicies(v bool)
SetReEvaluatePolicies sets ReEvaluatePolicies field to given value.
func (o *PatchedFlowStageBindingRequest) HasReEvaluatePolicies() bool
HasReEvaluatePolicies returns a boolean if a field has been set.
func (o *PatchedFlowStageBindingRequest) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *PatchedFlowStageBindingRequest) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *PatchedFlowStageBindingRequest) GetPolicyEngineMode() PolicyEngineMode
GetPolicyEngineMode returns the PolicyEngineMode field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetPolicyEngineModeOk() (*PolicyEngineMode, bool)
GetPolicyEngineModeOk returns a tuple with the PolicyEngineMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetPolicyEngineMode(v PolicyEngineMode)
SetPolicyEngineMode sets PolicyEngineMode field to given value.
func (o *PatchedFlowStageBindingRequest) HasPolicyEngineMode() bool
HasPolicyEngineMode returns a boolean if a field has been set.
func (o *PatchedFlowStageBindingRequest) GetInvalidResponseAction() InvalidResponseActionEnum
GetInvalidResponseAction returns the InvalidResponseAction field if non-nil, zero value otherwise.
func (o *PatchedFlowStageBindingRequest) GetInvalidResponseActionOk() (*InvalidResponseActionEnum, bool)
GetInvalidResponseActionOk returns a tuple with the InvalidResponseAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedFlowStageBindingRequest) SetInvalidResponseAction(v InvalidResponseActionEnum)
SetInvalidResponseAction sets InvalidResponseAction field to given value.
func (o *PatchedFlowStageBindingRequest) HasInvalidResponseAction() bool
HasInvalidResponseAction returns a boolean if a field has been set.