Name | Type | Description | Notes |
---|---|---|---|
CsrfToken | Pointer to string | CSRFToken is the anti-CSRF token | [optional] |
Method | string | Method Should be set to password when trying to update a password. | |
Password | string | Password is the updated password |
func NewSubmitSelfServiceSettingsFlowWithPasswordMethodBody(method string, password string, ) *SubmitSelfServiceSettingsFlowWithPasswordMethodBody
NewSubmitSelfServiceSettingsFlowWithPasswordMethodBody instantiates a new SubmitSelfServiceSettingsFlowWithPasswordMethodBody 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 NewSubmitSelfServiceSettingsFlowWithPasswordMethodBodyWithDefaults() *SubmitSelfServiceSettingsFlowWithPasswordMethodBody
NewSubmitSelfServiceSettingsFlowWithPasswordMethodBodyWithDefaults instantiates a new SubmitSelfServiceSettingsFlowWithPasswordMethodBody 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 *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) 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 *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) SetCsrfToken(v string)
SetCsrfToken sets CsrfToken field to given value.
func (o *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (o *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) 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 *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) 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 *SubmitSelfServiceSettingsFlowWithPasswordMethodBody) SetPassword(v string)
SetPassword sets Password field to given value.