Name | Type | Description | Notes |
---|---|---|---|
ClientId | Pointer to string | [optional] | |
ClientSecret | Pointer to string | [optional] | |
Description | Pointer to string | Description of the object | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Key | Pointer to string | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
MaxVersions | Pointer to string | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
Name | string | Target name | |
ResourceGroupName | Pointer to string | The Resource Group name in your Azure subscription | [optional] |
ResourceName | Pointer to string | The name of the relevant Resource | [optional] |
SubscriptionId | Pointer to string | Azure Subscription Id | [optional] |
TenantId | Pointer to string | [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] |
UseGwCloudIdentity | Pointer to bool | [optional] |
func NewTargetCreateAzure(name string, ) *TargetCreateAzure
NewTargetCreateAzure instantiates a new TargetCreateAzure 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 NewTargetCreateAzureWithDefaults() *TargetCreateAzure
NewTargetCreateAzureWithDefaults instantiates a new TargetCreateAzure 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 *TargetCreateAzure) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *TargetCreateAzure) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetClientSecret() string
GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetClientSecret(v string)
SetClientSecret sets ClientSecret field to given value.
func (o *TargetCreateAzure) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) 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 *TargetCreateAzure) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *TargetCreateAzure) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) 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 *TargetCreateAzure) SetJson(v bool)
SetJson sets Json field to given value.
func (o *TargetCreateAzure) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetKey(v string)
SetKey sets Key field to given value.
func (o *TargetCreateAzure) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetMaxVersionsOk() (*string, bool)
GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *TargetCreateAzure) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) 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 *TargetCreateAzure) SetName(v string)
SetName sets Name field to given value.
func (o *TargetCreateAzure) GetResourceGroupName() string
GetResourceGroupName returns the ResourceGroupName field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetResourceGroupNameOk() (*string, bool)
GetResourceGroupNameOk returns a tuple with the ResourceGroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetResourceGroupName(v string)
SetResourceGroupName sets ResourceGroupName field to given value.
func (o *TargetCreateAzure) HasResourceGroupName() bool
HasResourceGroupName returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetResourceName() string
GetResourceName returns the ResourceName field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetResourceName(v string)
SetResourceName sets ResourceName field to given value.
func (o *TargetCreateAzure) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *TargetCreateAzure) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetCreateAzure) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *TargetCreateAzure) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) 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 *TargetCreateAzure) SetToken(v string)
SetToken sets Token field to given value.
func (o *TargetCreateAzure) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) 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 *TargetCreateAzure) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *TargetCreateAzure) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *TargetCreateAzure) GetUseGwCloudIdentity() bool
GetUseGwCloudIdentity returns the UseGwCloudIdentity field if non-nil, zero value otherwise.
func (o *TargetCreateAzure) 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 *TargetCreateAzure) SetUseGwCloudIdentity(v bool)
SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.
func (o *TargetCreateAzure) HasUseGwCloudIdentity() bool
HasUseGwCloudIdentity returns a boolean if a field has been set.