Name | Type | Description | Notes |
---|---|---|---|
AzureClientId | Pointer to string | [optional] | |
AzureClientSecret | Pointer to string | [optional] | |
AzureResourceGroupName | Pointer to string | [optional] | |
AzureResourceName | Pointer to string | [optional] | |
AzureSubscriptionId | Pointer to string | [optional] | |
AzureTenantId | Pointer to string | [optional] | |
AzureUsername | Pointer to string | [optional] | |
UseGwCloudIdentity | Pointer to bool | [optional] |
func NewAzureTargetDetails() *AzureTargetDetails
NewAzureTargetDetails instantiates a new AzureTargetDetails 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 NewAzureTargetDetailsWithDefaults() *AzureTargetDetails
NewAzureTargetDetailsWithDefaults instantiates a new AzureTargetDetails 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 *AzureTargetDetails) GetAzureClientId() string
GetAzureClientId returns the AzureClientId field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureClientIdOk() (*string, bool)
GetAzureClientIdOk returns a tuple with the AzureClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureClientId(v string)
SetAzureClientId sets AzureClientId field to given value.
func (o *AzureTargetDetails) HasAzureClientId() bool
HasAzureClientId returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetAzureClientSecret() string
GetAzureClientSecret returns the AzureClientSecret field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureClientSecretOk() (*string, bool)
GetAzureClientSecretOk returns a tuple with the AzureClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureClientSecret(v string)
SetAzureClientSecret sets AzureClientSecret field to given value.
func (o *AzureTargetDetails) HasAzureClientSecret() bool
HasAzureClientSecret returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetAzureResourceGroupName() string
GetAzureResourceGroupName returns the AzureResourceGroupName field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureResourceGroupNameOk() (*string, bool)
GetAzureResourceGroupNameOk returns a tuple with the AzureResourceGroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureResourceGroupName(v string)
SetAzureResourceGroupName sets AzureResourceGroupName field to given value.
func (o *AzureTargetDetails) HasAzureResourceGroupName() bool
HasAzureResourceGroupName returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetAzureResourceName() string
GetAzureResourceName returns the AzureResourceName field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureResourceNameOk() (*string, bool)
GetAzureResourceNameOk returns a tuple with the AzureResourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureResourceName(v string)
SetAzureResourceName sets AzureResourceName field to given value.
func (o *AzureTargetDetails) HasAzureResourceName() bool
HasAzureResourceName returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetAzureSubscriptionId() string
GetAzureSubscriptionId returns the AzureSubscriptionId field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureSubscriptionIdOk() (*string, bool)
GetAzureSubscriptionIdOk returns a tuple with the AzureSubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureSubscriptionId(v string)
SetAzureSubscriptionId sets AzureSubscriptionId field to given value.
func (o *AzureTargetDetails) HasAzureSubscriptionId() bool
HasAzureSubscriptionId returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetAzureTenantId() string
GetAzureTenantId returns the AzureTenantId field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureTenantIdOk() (*string, bool)
GetAzureTenantIdOk returns a tuple with the AzureTenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureTenantId(v string)
SetAzureTenantId sets AzureTenantId field to given value.
func (o *AzureTargetDetails) HasAzureTenantId() bool
HasAzureTenantId returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetAzureUsername() string
GetAzureUsername returns the AzureUsername field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetAzureUsernameOk() (*string, bool)
GetAzureUsernameOk returns a tuple with the AzureUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetAzureUsername(v string)
SetAzureUsername sets AzureUsername field to given value.
func (o *AzureTargetDetails) HasAzureUsername() bool
HasAzureUsername returns a boolean if a field has been set.
func (o *AzureTargetDetails) GetUseGwCloudIdentity() bool
GetUseGwCloudIdentity returns the UseGwCloudIdentity field if non-nil, zero value otherwise.
func (o *AzureTargetDetails) GetUseGwCloudIdentityOk() (*bool, bool)
GetUseGwCloudIdentityOk returns a tuple with the UseGwCloudIdentity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureTargetDetails) SetUseGwCloudIdentity(v bool)
SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.
func (o *AzureTargetDetails) HasUseGwCloudIdentity() bool
HasUseGwCloudIdentity returns a boolean if a field has been set.