Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
FlowSet | Pointer to []FlowSetRequest | [optional] | |
ConfigureFlow | Pointer to NullableString | Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. | [optional] |
FriendlyName | Pointer to NullableString | [optional] | |
UserVerification | Pointer to UserVerificationEnum | [optional] | |
AuthenticatorAttachment | Pointer to NullableAuthenticatorAttachmentEnum | [optional] | |
ResidentKeyRequirement | Pointer to ResidentKeyRequirementEnum | [optional] | |
DeviceTypeRestrictions | Pointer to []string | [optional] |
func NewAuthenticatorWebAuthnStageRequest(name string, ) *AuthenticatorWebAuthnStageRequest
NewAuthenticatorWebAuthnStageRequest instantiates a new AuthenticatorWebAuthnStageRequest 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 NewAuthenticatorWebAuthnStageRequestWithDefaults() *AuthenticatorWebAuthnStageRequest
NewAuthenticatorWebAuthnStageRequestWithDefaults instantiates a new AuthenticatorWebAuthnStageRequest 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 *AuthenticatorWebAuthnStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) 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 *AuthenticatorWebAuthnStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *AuthenticatorWebAuthnStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) 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 *AuthenticatorWebAuthnStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *AuthenticatorWebAuthnStageRequest) GetConfigureFlow() string
GetConfigureFlow returns the ConfigureFlow field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) GetConfigureFlowOk() (*string, bool)
GetConfigureFlowOk returns a tuple with the ConfigureFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetConfigureFlow(v string)
SetConfigureFlow sets ConfigureFlow field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasConfigureFlow() bool
HasConfigureFlow returns a boolean if a field has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetConfigureFlowNil(b bool)
SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil
func (o *AuthenticatorWebAuthnStageRequest) UnsetConfigureFlow()
UnsetConfigureFlow ensures that no value is present for ConfigureFlow, not even an explicit nil
func (o *AuthenticatorWebAuthnStageRequest) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) GetFriendlyNameOk() (*string, bool)
GetFriendlyNameOk returns a tuple with the FriendlyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *AuthenticatorWebAuthnStageRequest) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *AuthenticatorWebAuthnStageRequest) GetUserVerification() UserVerificationEnum
GetUserVerification returns the UserVerification field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) GetUserVerificationOk() (*UserVerificationEnum, bool)
GetUserVerificationOk returns a tuple with the UserVerification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetUserVerification(v UserVerificationEnum)
SetUserVerification sets UserVerification field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasUserVerification() bool
HasUserVerification returns a boolean if a field has been set.
func (o *AuthenticatorWebAuthnStageRequest) GetAuthenticatorAttachment() AuthenticatorAttachmentEnum
GetAuthenticatorAttachment returns the AuthenticatorAttachment field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) GetAuthenticatorAttachmentOk() (*AuthenticatorAttachmentEnum, bool)
GetAuthenticatorAttachmentOk returns a tuple with the AuthenticatorAttachment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetAuthenticatorAttachment(v AuthenticatorAttachmentEnum)
SetAuthenticatorAttachment sets AuthenticatorAttachment field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasAuthenticatorAttachment() bool
HasAuthenticatorAttachment returns a boolean if a field has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetAuthenticatorAttachmentNil(b bool)
SetAuthenticatorAttachmentNil sets the value for AuthenticatorAttachment to be an explicit nil
func (o *AuthenticatorWebAuthnStageRequest) UnsetAuthenticatorAttachment()
UnsetAuthenticatorAttachment ensures that no value is present for AuthenticatorAttachment, not even an explicit nil
func (o *AuthenticatorWebAuthnStageRequest) GetResidentKeyRequirement() ResidentKeyRequirementEnum
GetResidentKeyRequirement returns the ResidentKeyRequirement field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) GetResidentKeyRequirementOk() (*ResidentKeyRequirementEnum, bool)
GetResidentKeyRequirementOk returns a tuple with the ResidentKeyRequirement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetResidentKeyRequirement(v ResidentKeyRequirementEnum)
SetResidentKeyRequirement sets ResidentKeyRequirement field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasResidentKeyRequirement() bool
HasResidentKeyRequirement returns a boolean if a field has been set.
func (o *AuthenticatorWebAuthnStageRequest) GetDeviceTypeRestrictions() []string
GetDeviceTypeRestrictions returns the DeviceTypeRestrictions field if non-nil, zero value otherwise.
func (o *AuthenticatorWebAuthnStageRequest) GetDeviceTypeRestrictionsOk() (*[]string, bool)
GetDeviceTypeRestrictionsOk returns a tuple with the DeviceTypeRestrictions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorWebAuthnStageRequest) SetDeviceTypeRestrictions(v []string)
SetDeviceTypeRestrictions sets DeviceTypeRestrictions field to given value.
func (o *AuthenticatorWebAuthnStageRequest) HasDeviceTypeRestrictions() bool
HasDeviceTypeRestrictions returns a boolean if a field has been set.