Name | Type | Description | Notes |
---|---|---|---|
Alg | Pointer to string | [optional] | |
Pointer to string | The Email value | [optional] | |
EncEmailWithSharedKey | Pointer to string | EncEmailWithSharedKey is the email of this auth method, encrypted with the shared auth/uam key (for use in uam) | [optional] |
HashPass | Pointer to string | The password value | [optional] |
LastResetPassword | Pointer to time.Time | The last password change date | [optional] |
func NewEmailPassAccessRules() *EmailPassAccessRules
NewEmailPassAccessRules instantiates a new EmailPassAccessRules 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 NewEmailPassAccessRulesWithDefaults() *EmailPassAccessRules
NewEmailPassAccessRulesWithDefaults instantiates a new EmailPassAccessRules 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 *EmailPassAccessRules) GetAlg() string
GetAlg returns the Alg field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetAlg(v string)
SetAlg sets Alg field to given value.
func (o *EmailPassAccessRules) HasAlg() bool
HasAlg returns a boolean if a field has been set.
func (o *EmailPassAccessRules) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *EmailPassAccessRules) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *EmailPassAccessRules) GetEncEmailWithSharedKey() string
GetEncEmailWithSharedKey returns the EncEmailWithSharedKey field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetEncEmailWithSharedKeyOk() (*string, bool)
GetEncEmailWithSharedKeyOk returns a tuple with the EncEmailWithSharedKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetEncEmailWithSharedKey(v string)
SetEncEmailWithSharedKey sets EncEmailWithSharedKey field to given value.
func (o *EmailPassAccessRules) HasEncEmailWithSharedKey() bool
HasEncEmailWithSharedKey returns a boolean if a field has been set.
func (o *EmailPassAccessRules) GetHashPass() string
GetHashPass returns the HashPass field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetHashPassOk() (*string, bool)
GetHashPassOk returns a tuple with the HashPass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetHashPass(v string)
SetHashPass sets HashPass field to given value.
func (o *EmailPassAccessRules) HasHashPass() bool
HasHashPass returns a boolean if a field has been set.
func (o *EmailPassAccessRules) GetLastResetPassword() time.Time
GetLastResetPassword returns the LastResetPassword field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetLastResetPasswordOk() (*time.Time, bool)
GetLastResetPasswordOk returns a tuple with the LastResetPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetLastResetPassword(v time.Time)
SetLastResetPassword sets LastResetPassword field to given value.
func (o *EmailPassAccessRules) HasLastResetPassword() bool
HasLastResetPassword returns a boolean if a field has been set.