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] |
Audience | Pointer to string | The audience in the JWT | [optional] [default to "https://management.azure.com/"] |
BoundGroupId | Pointer to []string | A list of group ids that the access is restricted to | [optional] |
BoundIps | Pointer to []string | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
BoundProviders | Pointer to []string | A list of resource providers that the access is restricted to (e.g, Microsoft.Compute, Microsoft.ManagedIdentity, etc) | [optional] |
BoundResourceId | Pointer to []string | A list of full resource ids that the access is restricted to | [optional] |
BoundResourceNames | Pointer to []string | A list of resource names that the access is restricted to (e.g, a virtual machine name, scale set name, etc). | [optional] |
BoundResourceTypes | Pointer to []string | A list of resource types that the access is restricted to (e.g, virtualMachines, userAssignedIdentities, etc) | [optional] |
BoundRgId | Pointer to []string | A list of resource groups that the access is restricted to | [optional] |
BoundSpid | Pointer to []string | A list of service principal IDs that the access is restricted to | [optional] |
BoundSubId | Pointer to []string | A list of subscription ids that the access is restricted to | [optional] |
BoundTenantId | string | The Azure tenant id that the access is restricted to | |
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] |
Issuer | Pointer to string | Issuer URL | [optional] [default to "https://sts.windows.net/---bound_tenant_id---"] |
Json | Pointer to bool | Set output format to JSON | [optional] |
JwksUri | Pointer to string | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | [optional] [default to "https://login.microsoftonline.com/common/discovery/keys"] |
JwtTtl | Pointer to int64 | Jwt TTL | [optional] |
Name | string | Auth Method name | |
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 NewCreateAuthMethodAzureAD(boundTenantId string, name string, ) *CreateAuthMethodAzureAD
NewCreateAuthMethodAzureAD instantiates a new CreateAuthMethodAzureAD 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 NewCreateAuthMethodAzureADWithDefaults() *CreateAuthMethodAzureAD
NewCreateAuthMethodAzureADWithDefaults instantiates a new CreateAuthMethodAzureAD 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 *CreateAuthMethodAzureAD) GetAccessExpires() int64
GetAccessExpires returns the AccessExpires field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetAccessExpires(v int64)
SetAccessExpires sets AccessExpires field to given value.
func (o *CreateAuthMethodAzureAD) HasAccessExpires() bool
HasAccessExpires returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetAudience() string
GetAudience returns the Audience field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetAudienceOk() (*string, bool)
GetAudienceOk returns a tuple with the Audience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetAudience(v string)
SetAudience sets Audience field to given value.
func (o *CreateAuthMethodAzureAD) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundGroupId() []string
GetBoundGroupId returns the BoundGroupId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundGroupIdOk() (*[]string, bool)
GetBoundGroupIdOk returns a tuple with the BoundGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundGroupId(v []string)
SetBoundGroupId sets BoundGroupId field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundGroupId() bool
HasBoundGroupId returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundIps() bool
HasBoundIps returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundProviders() []string
GetBoundProviders returns the BoundProviders field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundProvidersOk() (*[]string, bool)
GetBoundProvidersOk returns a tuple with the BoundProviders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundProviders(v []string)
SetBoundProviders sets BoundProviders field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundProviders() bool
HasBoundProviders returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundResourceId() []string
GetBoundResourceId returns the BoundResourceId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetBoundResourceId(v []string)
SetBoundResourceId sets BoundResourceId field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundResourceId() bool
HasBoundResourceId returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundResourceNames() []string
GetBoundResourceNames returns the BoundResourceNames field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundResourceNamesOk() (*[]string, bool)
GetBoundResourceNamesOk returns a tuple with the BoundResourceNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundResourceNames(v []string)
SetBoundResourceNames sets BoundResourceNames field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundResourceNames() bool
HasBoundResourceNames returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundResourceTypes() []string
GetBoundResourceTypes returns the BoundResourceTypes field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundResourceTypesOk() (*[]string, bool)
GetBoundResourceTypesOk returns a tuple with the BoundResourceTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundResourceTypes(v []string)
SetBoundResourceTypes sets BoundResourceTypes field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundResourceTypes() bool
HasBoundResourceTypes returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundRgId() []string
GetBoundRgId returns the BoundRgId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundRgIdOk() (*[]string, bool)
GetBoundRgIdOk returns a tuple with the BoundRgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundRgId(v []string)
SetBoundRgId sets BoundRgId field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundRgId() bool
HasBoundRgId returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundSpid() []string
GetBoundSpid returns the BoundSpid field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundSpidOk() (*[]string, bool)
GetBoundSpidOk returns a tuple with the BoundSpid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundSpid(v []string)
SetBoundSpid sets BoundSpid field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundSpid() bool
HasBoundSpid returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundSubId() []string
GetBoundSubId returns the BoundSubId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundSubIdOk() (*[]string, bool)
GetBoundSubIdOk returns a tuple with the BoundSubId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundSubId(v []string)
SetBoundSubId sets BoundSubId field to given value.
func (o *CreateAuthMethodAzureAD) HasBoundSubId() bool
HasBoundSubId returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetBoundTenantId() string
GetBoundTenantId returns the BoundTenantId field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetBoundTenantIdOk() (*string, bool)
GetBoundTenantIdOk returns a tuple with the BoundTenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetBoundTenantId(v string)
SetBoundTenantId sets BoundTenantId field to given value.
func (o *CreateAuthMethodAzureAD) GetForceSubClaims() bool
GetForceSubClaims returns the ForceSubClaims field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetForceSubClaims(v bool)
SetForceSubClaims sets ForceSubClaims field to given value.
func (o *CreateAuthMethodAzureAD) HasForceSubClaims() bool
HasForceSubClaims returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *CreateAuthMethodAzureAD) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *CreateAuthMethodAzureAD) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetJson(v bool)
SetJson sets Json field to given value.
func (o *CreateAuthMethodAzureAD) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetJwksUri() string
GetJwksUri returns the JwksUri field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) GetJwksUriOk() (*string, bool)
GetJwksUriOk returns a tuple with the JwksUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthMethodAzureAD) SetJwksUri(v string)
SetJwksUri sets JwksUri field to given value.
func (o *CreateAuthMethodAzureAD) HasJwksUri() bool
HasJwksUri returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetJwtTtl() int64
GetJwtTtl returns the JwtTtl field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetJwtTtl(v int64)
SetJwtTtl sets JwtTtl field to given value.
func (o *CreateAuthMethodAzureAD) HasJwtTtl() bool
HasJwtTtl returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetName(v string)
SetName sets Name field to given value.
func (o *CreateAuthMethodAzureAD) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateAuthMethodAzureAD) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateAuthMethodAzureAD) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateAuthMethodAzureAD) 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 *CreateAuthMethodAzureAD) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateAuthMethodAzureAD) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.