Name | Type | Description | Notes |
---|---|---|---|
CsrfToken | Pointer to string | CSRFToken is the anti-CSRF token | [optional] |
Method | string | Method Should be set to "webauthn" when trying to add, update, or remove a webAuthn pairing. | |
Password | string | Password to sign the user up with | |
Traits | map[string]interface{} | The identity's traits | |
Provider | string | The provider to register with | |
WebauthnRegister | Pointer to string | Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] |
WebauthnRegisterDisplayname | Pointer to string | Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added. | [optional] |
func NewSubmitSelfServiceRegistrationFlowBody(method string, password string, traits map[string]interface{}, provider string, ) *SubmitSelfServiceRegistrationFlowBody
NewSubmitSelfServiceRegistrationFlowBody instantiates a new SubmitSelfServiceRegistrationFlowBody 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 NewSubmitSelfServiceRegistrationFlowBodyWithDefaults() *SubmitSelfServiceRegistrationFlowBody
NewSubmitSelfServiceRegistrationFlowBodyWithDefaults instantiates a new SubmitSelfServiceRegistrationFlowBody 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 *SubmitSelfServiceRegistrationFlowBody) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetCsrfToken(v string)
SetCsrfToken sets CsrfToken field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) GetTraits() map[string]interface{}
GetTraits returns the Traits field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetTraitsOk() (*map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetTraits(v map[string]interface{})
SetTraits sets Traits field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) GetWebauthnRegister() string
GetWebauthnRegister returns the WebauthnRegister field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetWebauthnRegisterOk() (*string, bool)
GetWebauthnRegisterOk returns a tuple with the WebauthnRegister field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetWebauthnRegister(v string)
SetWebauthnRegister sets WebauthnRegister field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) HasWebauthnRegister() bool
HasWebauthnRegister returns a boolean if a field has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) GetWebauthnRegisterDisplayname() string
GetWebauthnRegisterDisplayname returns the WebauthnRegisterDisplayname field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceRegistrationFlowBody) GetWebauthnRegisterDisplaynameOk() (*string, bool)
GetWebauthnRegisterDisplaynameOk returns a tuple with the WebauthnRegisterDisplayname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmitSelfServiceRegistrationFlowBody) SetWebauthnRegisterDisplayname(v string)
SetWebauthnRegisterDisplayname sets WebauthnRegisterDisplayname field to given value.
func (o *SubmitSelfServiceRegistrationFlowBody) HasWebauthnRegisterDisplayname() bool
HasWebauthnRegisterDisplayname returns a boolean if a field has been set.