Skip to content

Latest commit

 

History

History
493 lines (266 loc) · 14.1 KB

File metadata and controls

493 lines (266 loc) · 14.1 KB

TargetUpdateAzure

Properties

Name Type Description Notes
AzureCloud Pointer to string Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. [optional] [default to "AzureCloud"]
ClientId Pointer to string Azure client/application id [optional]
ClientSecret Pointer to string Azure client secret [optional]
ConnectionType Pointer to string Type of connection [credentials/cloud-identity] [optional] [default to "credentials"]
Description Pointer to string Description of the object [optional]
Json Pointer to bool Set output format to JSON [optional] [default to false]
KeepPrevVersion Pointer to string Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
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
NewName Pointer to string New target name [optional]
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 Azure tenant id [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 Use the GW's Cloud IAM [Deprecated: Use connection-type=cloud-identity] [optional]

Methods

NewTargetUpdateAzure

func NewTargetUpdateAzure(name string, ) *TargetUpdateAzure

NewTargetUpdateAzure instantiates a new TargetUpdateAzure 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

NewTargetUpdateAzureWithDefaults

func NewTargetUpdateAzureWithDefaults() *TargetUpdateAzure

NewTargetUpdateAzureWithDefaults instantiates a new TargetUpdateAzure 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

GetAzureCloud

func (o *TargetUpdateAzure) GetAzureCloud() string

GetAzureCloud returns the AzureCloud field if non-nil, zero value otherwise.

GetAzureCloudOk

func (o *TargetUpdateAzure) GetAzureCloudOk() (*string, bool)

GetAzureCloudOk returns a tuple with the AzureCloud field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAzureCloud

func (o *TargetUpdateAzure) SetAzureCloud(v string)

SetAzureCloud sets AzureCloud field to given value.

HasAzureCloud

func (o *TargetUpdateAzure) HasAzureCloud() bool

HasAzureCloud returns a boolean if a field has been set.

GetClientId

func (o *TargetUpdateAzure) GetClientId() string

GetClientId returns the ClientId field if non-nil, zero value otherwise.

GetClientIdOk

func (o *TargetUpdateAzure) 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.

SetClientId

func (o *TargetUpdateAzure) SetClientId(v string)

SetClientId sets ClientId field to given value.

HasClientId

func (o *TargetUpdateAzure) HasClientId() bool

HasClientId returns a boolean if a field has been set.

GetClientSecret

func (o *TargetUpdateAzure) GetClientSecret() string

GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.

GetClientSecretOk

func (o *TargetUpdateAzure) 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.

SetClientSecret

func (o *TargetUpdateAzure) SetClientSecret(v string)

SetClientSecret sets ClientSecret field to given value.

HasClientSecret

func (o *TargetUpdateAzure) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

GetConnectionType

func (o *TargetUpdateAzure) GetConnectionType() string

GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.

GetConnectionTypeOk

func (o *TargetUpdateAzure) GetConnectionTypeOk() (*string, bool)

GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConnectionType

func (o *TargetUpdateAzure) SetConnectionType(v string)

SetConnectionType sets ConnectionType field to given value.

HasConnectionType

func (o *TargetUpdateAzure) HasConnectionType() bool

HasConnectionType returns a boolean if a field has been set.

GetDescription

func (o *TargetUpdateAzure) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *TargetUpdateAzure) 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.

SetDescription

func (o *TargetUpdateAzure) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *TargetUpdateAzure) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetJson

func (o *TargetUpdateAzure) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *TargetUpdateAzure) 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.

SetJson

func (o *TargetUpdateAzure) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *TargetUpdateAzure) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKeepPrevVersion

func (o *TargetUpdateAzure) GetKeepPrevVersion() string

GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.

GetKeepPrevVersionOk

func (o *TargetUpdateAzure) GetKeepPrevVersionOk() (*string, bool)

GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeepPrevVersion

func (o *TargetUpdateAzure) SetKeepPrevVersion(v string)

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *TargetUpdateAzure) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetKey

func (o *TargetUpdateAzure) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *TargetUpdateAzure) 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.

SetKey

func (o *TargetUpdateAzure) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *TargetUpdateAzure) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMaxVersions

func (o *TargetUpdateAzure) GetMaxVersions() string

GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.

GetMaxVersionsOk

func (o *TargetUpdateAzure) 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.

SetMaxVersions

func (o *TargetUpdateAzure) SetMaxVersions(v string)

SetMaxVersions sets MaxVersions field to given value.

HasMaxVersions

func (o *TargetUpdateAzure) HasMaxVersions() bool

HasMaxVersions returns a boolean if a field has been set.

GetName

func (o *TargetUpdateAzure) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TargetUpdateAzure) 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.

SetName

func (o *TargetUpdateAzure) SetName(v string)

SetName sets Name field to given value.

GetNewName

func (o *TargetUpdateAzure) GetNewName() string

GetNewName returns the NewName field if non-nil, zero value otherwise.

GetNewNameOk

func (o *TargetUpdateAzure) 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.

SetNewName

func (o *TargetUpdateAzure) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *TargetUpdateAzure) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetResourceGroupName

func (o *TargetUpdateAzure) GetResourceGroupName() string

GetResourceGroupName returns the ResourceGroupName field if non-nil, zero value otherwise.

GetResourceGroupNameOk

func (o *TargetUpdateAzure) 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.

SetResourceGroupName

func (o *TargetUpdateAzure) SetResourceGroupName(v string)

SetResourceGroupName sets ResourceGroupName field to given value.

HasResourceGroupName

func (o *TargetUpdateAzure) HasResourceGroupName() bool

HasResourceGroupName returns a boolean if a field has been set.

GetResourceName

func (o *TargetUpdateAzure) GetResourceName() string

GetResourceName returns the ResourceName field if non-nil, zero value otherwise.

GetResourceNameOk

func (o *TargetUpdateAzure) 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.

SetResourceName

func (o *TargetUpdateAzure) SetResourceName(v string)

SetResourceName sets ResourceName field to given value.

HasResourceName

func (o *TargetUpdateAzure) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

GetSubscriptionId

func (o *TargetUpdateAzure) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.

GetSubscriptionIdOk

func (o *TargetUpdateAzure) 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.

SetSubscriptionId

func (o *TargetUpdateAzure) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

HasSubscriptionId

func (o *TargetUpdateAzure) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

GetTenantId

func (o *TargetUpdateAzure) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

func (o *TargetUpdateAzure) 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.

SetTenantId

func (o *TargetUpdateAzure) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *TargetUpdateAzure) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetToken

func (o *TargetUpdateAzure) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *TargetUpdateAzure) 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.

SetToken

func (o *TargetUpdateAzure) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *TargetUpdateAzure) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *TargetUpdateAzure) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

func (o *TargetUpdateAzure) 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.

SetUidToken

func (o *TargetUpdateAzure) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *TargetUpdateAzure) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUseGwCloudIdentity

func (o *TargetUpdateAzure) GetUseGwCloudIdentity() bool

GetUseGwCloudIdentity returns the UseGwCloudIdentity field if non-nil, zero value otherwise.

GetUseGwCloudIdentityOk

func (o *TargetUpdateAzure) 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.

SetUseGwCloudIdentity

func (o *TargetUpdateAzure) SetUseGwCloudIdentity(v bool)

SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.

HasUseGwCloudIdentity

func (o *TargetUpdateAzure) HasUseGwCloudIdentity() bool

HasUseGwCloudIdentity returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]