Name | Type | Description | Notes |
---|---|---|---|
CsrfToken | Pointer to string | The Anti-CSRF Token This token is only required when performing browser flows. | [optional] |
Method | string | Method Should be set to profile when trying to update a profile. | |
Traits | map[string]interface{} | Traits contains all of the identity's traits. |
func NewSubmitSelfServiceSettingsFlowWithProfileMethodBody(method string, traits map[string]interface{}, ) *SubmitSelfServiceSettingsFlowWithProfileMethodBody
NewSubmitSelfServiceSettingsFlowWithProfileMethodBody instantiates a new SubmitSelfServiceSettingsFlowWithProfileMethodBody 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 NewSubmitSelfServiceSettingsFlowWithProfileMethodBodyWithDefaults() *SubmitSelfServiceSettingsFlowWithProfileMethodBody
NewSubmitSelfServiceSettingsFlowWithProfileMethodBodyWithDefaults instantiates a new SubmitSelfServiceSettingsFlowWithProfileMethodBody 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 *SubmitSelfServiceSettingsFlowWithProfileMethodBody) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceSettingsFlowWithProfileMethodBody) 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 *SubmitSelfServiceSettingsFlowWithProfileMethodBody) SetCsrfToken(v string)
SetCsrfToken sets CsrfToken field to given value.
func (o *SubmitSelfServiceSettingsFlowWithProfileMethodBody) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (o *SubmitSelfServiceSettingsFlowWithProfileMethodBody) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceSettingsFlowWithProfileMethodBody) 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 *SubmitSelfServiceSettingsFlowWithProfileMethodBody) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *SubmitSelfServiceSettingsFlowWithProfileMethodBody) GetTraits() map[string]interface{}
GetTraits returns the Traits field if non-nil, zero value otherwise.
func (o *SubmitSelfServiceSettingsFlowWithProfileMethodBody) 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 *SubmitSelfServiceSettingsFlowWithProfileMethodBody) SetTraits(v map[string]interface{})
SetTraits sets Traits field to given value.