| Name | Type | Description | Notes |
|---|---|---|---|
| AccessExpires | Pointer to int64 | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional] [default to 0] |
| AllowedClientType | Pointer to []string | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
| AuditLogsClaims | Pointer to []string | Subclaims to include in audit logs, e.g "--audit-logs-claims email --audit-logs-claims username" | [optional] |
| BoundIps | Pointer to []string | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
| DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | Pointer to string | Auth Method description | [optional] |
| EnableMfa | Pointer to string | Enable MFA for this authentication method [True / False] | [optional] |
| ExpirationEventIn | Pointer to []string | How many days before the expiration of the auth method would you like to be notified. | [optional] |
| ForceSubClaims | Pointer to bool | if true: enforce role-association must include sub claims | [optional] |
| GwBoundIps | Pointer to []string | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| JwtTtl | Pointer to int64 | Jwt TTL | [optional] [default to 0] |
| MfaType | Pointer to string | Enable two-factor-authentication via [email/auth app] | [optional] [default to "email"] |
| Name | string | Auth Method name | |
| NewName | Pointer to string | Auth Method new name | [optional] |
| ProductType | Pointer to []string | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
| Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewAuthMethodUpdateEmail(name string, ) *AuthMethodUpdateEmail
NewAuthMethodUpdateEmail instantiates a new AuthMethodUpdateEmail 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 NewAuthMethodUpdateEmailWithDefaults() *AuthMethodUpdateEmail
NewAuthMethodUpdateEmailWithDefaults instantiates a new AuthMethodUpdateEmail 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 *AuthMethodUpdateEmail) GetAccessExpires() int64
GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetAccessExpiresOk() (*int64, bool)
GetAccessExpiresOk returns a tuple with the AccessExpires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetAccessExpires(v int64)
SetAccessExpires sets AccessExpires field to given value.
func (o *AuthMethodUpdateEmail) HasAccessExpires() bool
HasAccessExpires returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetAllowedClientType() []string
GetAllowedClientType returns the AllowedClientType field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetAllowedClientTypeOk() (*[]string, bool)
GetAllowedClientTypeOk returns a tuple with the AllowedClientType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetAllowedClientType(v []string)
SetAllowedClientType sets AllowedClientType field to given value.
func (o *AuthMethodUpdateEmail) HasAllowedClientType() bool
HasAllowedClientType returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetAuditLogsClaims() []string
GetAuditLogsClaims returns the AuditLogsClaims field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetAuditLogsClaimsOk() (*[]string, bool)
GetAuditLogsClaimsOk returns a tuple with the AuditLogsClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetAuditLogsClaims(v []string)
SetAuditLogsClaims sets AuditLogsClaims field to given value.
func (o *AuthMethodUpdateEmail) HasAuditLogsClaims() bool
HasAuditLogsClaims returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetBoundIpsOk() (*[]string, bool)
GetBoundIpsOk returns a tuple with the BoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *AuthMethodUpdateEmail) HasBoundIps() bool
HasBoundIps returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *AuthMethodUpdateEmail) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AuthMethodUpdateEmail) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetEnableMfa() string
GetEnableMfa returns the EnableMfa field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetEnableMfaOk() (*string, bool)
GetEnableMfaOk returns a tuple with the EnableMfa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetEnableMfa(v string)
SetEnableMfa sets EnableMfa field to given value.
func (o *AuthMethodUpdateEmail) HasEnableMfa() bool
HasEnableMfa returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetExpirationEventIn() []string
GetExpirationEventIn returns the ExpirationEventIn field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetExpirationEventInOk() (*[]string, bool)
GetExpirationEventInOk returns a tuple with the ExpirationEventIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetExpirationEventIn(v []string)
SetExpirationEventIn sets ExpirationEventIn field to given value.
func (o *AuthMethodUpdateEmail) HasExpirationEventIn() bool
HasExpirationEventIn returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetForceSubClaims() bool
GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetForceSubClaimsOk() (*bool, bool)
GetForceSubClaimsOk returns a tuple with the ForceSubClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetForceSubClaims(v bool)
SetForceSubClaims sets ForceSubClaims field to given value.
func (o *AuthMethodUpdateEmail) HasForceSubClaims() bool
HasForceSubClaims returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetGwBoundIpsOk() (*[]string, bool)
GetGwBoundIpsOk returns a tuple with the GwBoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *AuthMethodUpdateEmail) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetJson(v bool)
SetJson sets Json field to given value.
func (o *AuthMethodUpdateEmail) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetJwtTtl() int64
GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetJwtTtlOk() (*int64, bool)
GetJwtTtlOk returns a tuple with the JwtTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetJwtTtl(v int64)
SetJwtTtl sets JwtTtl field to given value.
func (o *AuthMethodUpdateEmail) HasJwtTtl() bool
HasJwtTtl returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetMfaType() string
GetMfaType returns the MfaType field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetMfaTypeOk() (*string, bool)
GetMfaTypeOk returns a tuple with the MfaType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetMfaType(v string)
SetMfaType sets MfaType field to given value.
func (o *AuthMethodUpdateEmail) HasMfaType() bool
HasMfaType returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) 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 *AuthMethodUpdateEmail) SetName(v string)
SetName sets Name field to given value.
func (o *AuthMethodUpdateEmail) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *AuthMethodUpdateEmail) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetProductType() []string
GetProductType returns the ProductType field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetProductTypeOk() (*[]string, bool)
GetProductTypeOk returns a tuple with the ProductType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetProductType(v []string)
SetProductType sets ProductType field to given value.
func (o *AuthMethodUpdateEmail) HasProductType() bool
HasProductType returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetToken(v string)
SetToken sets Token field to given value.
func (o *AuthMethodUpdateEmail) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *AuthMethodUpdateEmail) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *AuthMethodUpdateEmail) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodUpdateEmail) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *AuthMethodUpdateEmail) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.