Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
FlowSet | Pointer to []FlowSetRequest | [optional] | |
PublicKey | Pointer to string | Public key, acquired your captcha Provider. | [optional] |
PrivateKey | Pointer to string | Private key, acquired your captcha Provider. | [optional] |
JsUrl | Pointer to string | [optional] | |
ApiUrl | Pointer to string | [optional] | |
Interactive | Pointer to bool | [optional] | |
ScoreMinThreshold | Pointer to float64 | [optional] | |
ScoreMaxThreshold | Pointer to float64 | [optional] | |
ErrorOnInvalidScore | Pointer to bool | When enabled and the received captcha score is outside of the given threshold, the stage will show an error message. When not enabled, the flow will continue, but the data from the captcha will be available in the context for policy decisions | [optional] |
func NewPatchedCaptchaStageRequest() *PatchedCaptchaStageRequest
NewPatchedCaptchaStageRequest instantiates a new PatchedCaptchaStageRequest 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 NewPatchedCaptchaStageRequestWithDefaults() *PatchedCaptchaStageRequest
NewPatchedCaptchaStageRequestWithDefaults instantiates a new PatchedCaptchaStageRequest 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 *PatchedCaptchaStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedCaptchaStageRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetFlowSetOk() (*[]FlowSetRequest, bool)
GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *PatchedCaptchaStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *PatchedCaptchaStageRequest) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *PatchedCaptchaStageRequest) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetJsUrl() string
GetJsUrl returns the JsUrl field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetJsUrlOk() (*string, bool)
GetJsUrlOk returns a tuple with the JsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetJsUrl(v string)
SetJsUrl sets JsUrl field to given value.
func (o *PatchedCaptchaStageRequest) HasJsUrl() bool
HasJsUrl returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetApiUrl() string
GetApiUrl returns the ApiUrl field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetApiUrlOk() (*string, bool)
GetApiUrlOk returns a tuple with the ApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetApiUrl(v string)
SetApiUrl sets ApiUrl field to given value.
func (o *PatchedCaptchaStageRequest) HasApiUrl() bool
HasApiUrl returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetInteractive() bool
GetInteractive returns the Interactive field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetInteractiveOk() (*bool, bool)
GetInteractiveOk returns a tuple with the Interactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetInteractive(v bool)
SetInteractive sets Interactive field to given value.
func (o *PatchedCaptchaStageRequest) HasInteractive() bool
HasInteractive returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetScoreMinThreshold() float64
GetScoreMinThreshold returns the ScoreMinThreshold field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetScoreMinThresholdOk() (*float64, bool)
GetScoreMinThresholdOk returns a tuple with the ScoreMinThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetScoreMinThreshold(v float64)
SetScoreMinThreshold sets ScoreMinThreshold field to given value.
func (o *PatchedCaptchaStageRequest) HasScoreMinThreshold() bool
HasScoreMinThreshold returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetScoreMaxThreshold() float64
GetScoreMaxThreshold returns the ScoreMaxThreshold field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetScoreMaxThresholdOk() (*float64, bool)
GetScoreMaxThresholdOk returns a tuple with the ScoreMaxThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetScoreMaxThreshold(v float64)
SetScoreMaxThreshold sets ScoreMaxThreshold field to given value.
func (o *PatchedCaptchaStageRequest) HasScoreMaxThreshold() bool
HasScoreMaxThreshold returns a boolean if a field has been set.
func (o *PatchedCaptchaStageRequest) GetErrorOnInvalidScore() bool
GetErrorOnInvalidScore returns the ErrorOnInvalidScore field if non-nil, zero value otherwise.
func (o *PatchedCaptchaStageRequest) GetErrorOnInvalidScoreOk() (*bool, bool)
GetErrorOnInvalidScoreOk returns a tuple with the ErrorOnInvalidScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCaptchaStageRequest) SetErrorOnInvalidScore(v bool)
SetErrorOnInvalidScore sets ErrorOnInvalidScore field to given value.
func (o *PatchedCaptchaStageRequest) HasErrorOnInvalidScore() bool
HasErrorOnInvalidScore returns a boolean if a field has been set.