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] |
AllowedRedirectUri | Pointer to []string | Allowed redirect URIs after the authentication | [optional] |
BoundIps | Pointer to []string | A CIDR whitelist with the IPs that the access is restricted to | [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] |
IdpMetadataUrl | Pointer to string | IDP metadata url | [optional] |
IdpMetadataXmlData | Pointer to string | IDP metadata xml data | [optional] |
JwtTtl | Pointer to int64 | Jwt TTL | [optional] |
Name | string | Auth Method name | |
NewName | Pointer to string | Auth Method new name | [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] |
UniqueIdentifier | string | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a "sub claim" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. |
func NewUpdateAuthMethodSAML(name string, uniqueIdentifier string, ) *UpdateAuthMethodSAML
NewUpdateAuthMethodSAML instantiates a new UpdateAuthMethodSAML 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 NewUpdateAuthMethodSAMLWithDefaults() *UpdateAuthMethodSAML
NewUpdateAuthMethodSAMLWithDefaults instantiates a new UpdateAuthMethodSAML 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 *UpdateAuthMethodSAML) GetAccessExpires() int64
GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetAccessExpires(v int64)
SetAccessExpires sets AccessExpires field to given value.
func (o *UpdateAuthMethodSAML) HasAccessExpires() bool
HasAccessExpires returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetAllowedRedirectUri() []string
GetAllowedRedirectUri returns the AllowedRedirectUri field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) GetAllowedRedirectUriOk() (*[]string, bool)
GetAllowedRedirectUriOk returns a tuple with the AllowedRedirectUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodSAML) SetAllowedRedirectUri(v []string)
SetAllowedRedirectUri sets AllowedRedirectUri field to given value.
func (o *UpdateAuthMethodSAML) HasAllowedRedirectUri() bool
HasAllowedRedirectUri returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *UpdateAuthMethodSAML) HasBoundIps() bool
HasBoundIps returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetForceSubClaims() bool
GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetForceSubClaims(v bool)
SetForceSubClaims sets ForceSubClaims field to given value.
func (o *UpdateAuthMethodSAML) HasForceSubClaims() bool
HasForceSubClaims returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *UpdateAuthMethodSAML) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetIdpMetadataUrl() string
GetIdpMetadataUrl returns the IdpMetadataUrl field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) GetIdpMetadataUrlOk() (*string, bool)
GetIdpMetadataUrlOk returns a tuple with the IdpMetadataUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodSAML) SetIdpMetadataUrl(v string)
SetIdpMetadataUrl sets IdpMetadataUrl field to given value.
func (o *UpdateAuthMethodSAML) HasIdpMetadataUrl() bool
HasIdpMetadataUrl returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetIdpMetadataXmlData() string
GetIdpMetadataXmlData returns the IdpMetadataXmlData field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) GetIdpMetadataXmlDataOk() (*string, bool)
GetIdpMetadataXmlDataOk returns a tuple with the IdpMetadataXmlData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodSAML) SetIdpMetadataXmlData(v string)
SetIdpMetadataXmlData sets IdpMetadataXmlData field to given value.
func (o *UpdateAuthMethodSAML) HasIdpMetadataXmlData() bool
HasIdpMetadataXmlData returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetJwtTtl() int64
GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetJwtTtl(v int64)
SetJwtTtl sets JwtTtl field to given value.
func (o *UpdateAuthMethodSAML) HasJwtTtl() bool
HasJwtTtl returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateAuthMethodSAML) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *UpdateAuthMethodSAML) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateAuthMethodSAML) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) 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 *UpdateAuthMethodSAML) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateAuthMethodSAML) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UpdateAuthMethodSAML) GetUniqueIdentifier() string
GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodSAML) GetUniqueIdentifierOk() (*string, bool)
GetUniqueIdentifierOk returns a tuple with the UniqueIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodSAML) SetUniqueIdentifier(v string)
SetUniqueIdentifier sets UniqueIdentifier field to given value.