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] |
AuditLogsClaims | Pointer to []string | Subclaims to include in audit logs, e.g "--audit-logs-claims email --audit-logs-claims username" | [optional] |
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] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Auth Method description | [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] |
Name | string | Auth Method name | |
ProductType | Pointer to []string | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [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] |
UniqueIdentifier | Pointer to string | A unique identifier (ID) value which is a "sub claim" name that contains details uniquely identifying that resource. This "sub claim" is used to distinguish between different identities. | [optional] |
func NewCreateAuthMethodAWSIAM(boundAwsAccountId []string, name string, ) *CreateAuthMethodAWSIAM
NewCreateAuthMethodAWSIAM instantiates a new CreateAuthMethodAWSIAM 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 NewCreateAuthMethodAWSIAMWithDefaults() *CreateAuthMethodAWSIAM
NewCreateAuthMethodAWSIAMWithDefaults instantiates a new CreateAuthMethodAWSIAM 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 *CreateAuthMethodAWSIAM) GetAccessExpires() int64
GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetAccessExpires(v int64)
SetAccessExpires sets AccessExpires field to given value.
func (o *CreateAuthMethodAWSIAM) HasAccessExpires() bool
HasAccessExpires returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetAuditLogsClaims() []string
GetAuditLogsClaims returns the AuditLogsClaims field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetAuditLogsClaims(v []string)
SetAuditLogsClaims sets AuditLogsClaims field to given value.
func (o *CreateAuthMethodAWSIAM) HasAuditLogsClaims() bool
HasAuditLogsClaims returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundArn() []string
GetBoundArn returns the BoundArn field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundArn(v []string)
SetBoundArn sets BoundArn field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundArn() bool
HasBoundArn returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundAwsAccountId() []string
GetBoundAwsAccountId returns the BoundAwsAccountId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundAwsAccountId(v []string)
SetBoundAwsAccountId sets BoundAwsAccountId field to given value.
func (o *CreateAuthMethodAWSIAM) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundIps() bool
HasBoundIps returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundResourceId() []string
GetBoundResourceId returns the BoundResourceId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundResourceId(v []string)
SetBoundResourceId sets BoundResourceId field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundResourceId() bool
HasBoundResourceId returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundRoleId() []string
GetBoundRoleId returns the BoundRoleId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundRoleId(v []string)
SetBoundRoleId sets BoundRoleId field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundRoleId() bool
HasBoundRoleId returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundRoleName() []string
GetBoundRoleName returns the BoundRoleName field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundRoleName(v []string)
SetBoundRoleName sets BoundRoleName field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundRoleName() bool
HasBoundRoleName returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundUserId() []string
GetBoundUserId returns the BoundUserId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundUserId(v []string)
SetBoundUserId sets BoundUserId field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundUserId() bool
HasBoundUserId returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetBoundUserName() []string
GetBoundUserName returns the BoundUserName field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetBoundUserName(v []string)
SetBoundUserName sets BoundUserName field to given value.
func (o *CreateAuthMethodAWSIAM) HasBoundUserName() bool
HasBoundUserName returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *CreateAuthMethodAWSIAM) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateAuthMethodAWSIAM) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetForceSubClaims() bool
GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetForceSubClaims(v bool)
SetForceSubClaims sets ForceSubClaims field to given value.
func (o *CreateAuthMethodAWSIAM) HasForceSubClaims() bool
HasForceSubClaims returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *CreateAuthMethodAWSIAM) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetJson(v bool)
SetJson sets Json field to given value.
func (o *CreateAuthMethodAWSIAM) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetJwtTtl() int64
GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetJwtTtl(v int64)
SetJwtTtl sets JwtTtl field to given value.
func (o *CreateAuthMethodAWSIAM) HasJwtTtl() bool
HasJwtTtl returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetName(v string)
SetName sets Name field to given value.
func (o *CreateAuthMethodAWSIAM) GetProductType() []string
GetProductType returns the ProductType field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetProductType(v []string)
SetProductType sets ProductType field to given value.
func (o *CreateAuthMethodAWSIAM) HasProductType() bool
HasProductType returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetStsUrl() string
GetStsUrl returns the StsUrl field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetStsUrl(v string)
SetStsUrl sets StsUrl field to given value.
func (o *CreateAuthMethodAWSIAM) HasStsUrl() bool
HasStsUrl returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateAuthMethodAWSIAM) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateAuthMethodAWSIAM) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *CreateAuthMethodAWSIAM) GetUniqueIdentifier() string
GetUniqueIdentifier returns the UniqueIdentifier field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAWSIAM) 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 *CreateAuthMethodAWSIAM) SetUniqueIdentifier(v string)
SetUniqueIdentifier sets UniqueIdentifier field to given value.
func (o *CreateAuthMethodAWSIAM) HasUniqueIdentifier() bool
HasUniqueIdentifier returns a boolean if a field has been set.