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] |
BoundArn | Pointer to []string | A list of full arns that the access is restricted to | [optional] |
BoundAwsAccountId | []string | A list of AWS account-IDs that the access is restricted to | |
BoundIps | Pointer to []string | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
BoundResourceId | Pointer to []string | A list of full resource ids that the access is restricted to | [optional] |
BoundRoleId | Pointer to []string | A list of full role ids that the access is restricted to | [optional] |
BoundRoleName | Pointer to []string | A list of full role-name that the access is restricted to | [optional] |
BoundUserId | Pointer to []string | A list of full user ids that the access is restricted to | [optional] |
BoundUserName | Pointer to []string | A list of full user-name 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] |
JwtTtl | Pointer to int64 | Jwt TTL | [optional] |
Name | string | Auth Method name | |
NewName | Pointer to string | Auth Method new name | [optional] |
StsUrl | Pointer to string | sts URL | [optional] [default to "https://sts.amazonaws.com"] |
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 NewUpdateAuthMethodAWSIAM(boundAwsAccountId []string, name string, ) *UpdateAuthMethodAWSIAM
NewUpdateAuthMethodAWSIAM instantiates a new UpdateAuthMethodAWSIAM 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 NewUpdateAuthMethodAWSIAMWithDefaults() *UpdateAuthMethodAWSIAM
NewUpdateAuthMethodAWSIAMWithDefaults instantiates a new UpdateAuthMethodAWSIAM 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 *UpdateAuthMethodAWSIAM) GetAccessExpires() int64
GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetAccessExpires(v int64)
SetAccessExpires sets AccessExpires field to given value.
func (o *UpdateAuthMethodAWSIAM) HasAccessExpires() bool
HasAccessExpires returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundArn() []string
GetBoundArn returns the BoundArn field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundArnOk() (*[]string, bool)
GetBoundArnOk returns a tuple with the BoundArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundArn(v []string)
SetBoundArn sets BoundArn field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundArn() bool
HasBoundArn returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundAwsAccountId() []string
GetBoundAwsAccountId returns the BoundAwsAccountId field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundAwsAccountIdOk() (*[]string, bool)
GetBoundAwsAccountIdOk returns a tuple with the BoundAwsAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundAwsAccountId(v []string)
SetBoundAwsAccountId sets BoundAwsAccountId field to given value.
func (o *UpdateAuthMethodAWSIAM) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundIps() bool
HasBoundIps returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundResourceId() []string
GetBoundResourceId returns the BoundResourceId field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundResourceIdOk() (*[]string, bool)
GetBoundResourceIdOk returns a tuple with the BoundResourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundResourceId(v []string)
SetBoundResourceId sets BoundResourceId field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundResourceId() bool
HasBoundResourceId returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundRoleId() []string
GetBoundRoleId returns the BoundRoleId field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundRoleIdOk() (*[]string, bool)
GetBoundRoleIdOk returns a tuple with the BoundRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundRoleId(v []string)
SetBoundRoleId sets BoundRoleId field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundRoleId() bool
HasBoundRoleId returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundRoleName() []string
GetBoundRoleName returns the BoundRoleName field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundRoleNameOk() (*[]string, bool)
GetBoundRoleNameOk returns a tuple with the BoundRoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundRoleName(v []string)
SetBoundRoleName sets BoundRoleName field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundRoleName() bool
HasBoundRoleName returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundUserId() []string
GetBoundUserId returns the BoundUserId field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundUserIdOk() (*[]string, bool)
GetBoundUserIdOk returns a tuple with the BoundUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundUserId(v []string)
SetBoundUserId sets BoundUserId field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundUserId() bool
HasBoundUserId returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetBoundUserName() []string
GetBoundUserName returns the BoundUserName field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetBoundUserNameOk() (*[]string, bool)
GetBoundUserNameOk returns a tuple with the BoundUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetBoundUserName(v []string)
SetBoundUserName sets BoundUserName field to given value.
func (o *UpdateAuthMethodAWSIAM) HasBoundUserName() bool
HasBoundUserName returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetForceSubClaims() bool
GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetForceSubClaims(v bool)
SetForceSubClaims sets ForceSubClaims field to given value.
func (o *UpdateAuthMethodAWSIAM) HasForceSubClaims() bool
HasForceSubClaims returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *UpdateAuthMethodAWSIAM) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetJwtTtl() int64
GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetJwtTtl(v int64)
SetJwtTtl sets JwtTtl field to given value.
func (o *UpdateAuthMethodAWSIAM) HasJwtTtl() bool
HasJwtTtl returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateAuthMethodAWSIAM) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *UpdateAuthMethodAWSIAM) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetStsUrl() string
GetStsUrl returns the StsUrl field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) GetStsUrlOk() (*string, bool)
GetStsUrlOk returns a tuple with the StsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAuthMethodAWSIAM) SetStsUrl(v string)
SetStsUrl sets StsUrl field to given value.
func (o *UpdateAuthMethodAWSIAM) HasStsUrl() bool
HasStsUrl returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateAuthMethodAWSIAM) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateAuthMethodAWSIAM) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateAuthMethodAWSIAM) 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 *UpdateAuthMethodAWSIAM) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateAuthMethodAWSIAM) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.