Skip to content

Latest commit

 

History

History
306 lines (165 loc) · 8.26 KB

UpdateGcpTarget.md

File metadata and controls

306 lines (165 loc) · 8.26 KB

UpdateGcpTarget

Properties

Name Type Description Notes
Comment Pointer to string Comment about the target [optional]
GcpKey Pointer to string Base64-encoded service account private key text [optional]
GcpSaEmail string GCP service account email
KeepPrevVersion Pointer to string [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]
Name string Target name
NewName Pointer to string New target name [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]
UpdateVersion Pointer to bool Deprecated [optional]
UseGwCloudIdentity Pointer to bool [optional]

Methods

NewUpdateGcpTarget

func NewUpdateGcpTarget(gcpSaEmail string, name string, ) *UpdateGcpTarget

NewUpdateGcpTarget instantiates a new UpdateGcpTarget 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

NewUpdateGcpTargetWithDefaults

func NewUpdateGcpTargetWithDefaults() *UpdateGcpTarget

NewUpdateGcpTargetWithDefaults instantiates a new UpdateGcpTarget 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

GetComment

func (o *UpdateGcpTarget) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *UpdateGcpTarget) GetCommentOk() (*string, bool)

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

SetComment

func (o *UpdateGcpTarget) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *UpdateGcpTarget) HasComment() bool

HasComment returns a boolean if a field has been set.

GetGcpKey

func (o *UpdateGcpTarget) GetGcpKey() string

GetGcpKey returns the GcpKey field if non-nil, zero value otherwise.

GetGcpKeyOk

func (o *UpdateGcpTarget) GetGcpKeyOk() (*string, bool)

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

SetGcpKey

func (o *UpdateGcpTarget) SetGcpKey(v string)

SetGcpKey sets GcpKey field to given value.

HasGcpKey

func (o *UpdateGcpTarget) HasGcpKey() bool

HasGcpKey returns a boolean if a field has been set.

GetGcpSaEmail

func (o *UpdateGcpTarget) GetGcpSaEmail() string

GetGcpSaEmail returns the GcpSaEmail field if non-nil, zero value otherwise.

GetGcpSaEmailOk

func (o *UpdateGcpTarget) GetGcpSaEmailOk() (*string, bool)

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

SetGcpSaEmail

func (o *UpdateGcpTarget) SetGcpSaEmail(v string)

SetGcpSaEmail sets GcpSaEmail field to given value.

GetKeepPrevVersion

func (o *UpdateGcpTarget) GetKeepPrevVersion() string

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

GetKeepPrevVersionOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetKeepPrevVersion(v string)

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *UpdateGcpTarget) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetKey

func (o *UpdateGcpTarget) GetKey() string

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

GetKeyOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *UpdateGcpTarget) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *UpdateGcpTarget) GetName() string

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

GetNameOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetName(v string)

SetName sets Name field to given value.

GetNewName

func (o *UpdateGcpTarget) GetNewName() string

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

GetNewNameOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *UpdateGcpTarget) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetToken

func (o *UpdateGcpTarget) GetToken() string

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

GetTokenOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *UpdateGcpTarget) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *UpdateGcpTarget) GetUidToken() string

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

GetUidTokenOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *UpdateGcpTarget) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUpdateVersion

func (o *UpdateGcpTarget) GetUpdateVersion() bool

GetUpdateVersion returns the UpdateVersion field if non-nil, zero value otherwise.

GetUpdateVersionOk

func (o *UpdateGcpTarget) GetUpdateVersionOk() (*bool, bool)

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

SetUpdateVersion

func (o *UpdateGcpTarget) SetUpdateVersion(v bool)

SetUpdateVersion sets UpdateVersion field to given value.

HasUpdateVersion

func (o *UpdateGcpTarget) HasUpdateVersion() bool

HasUpdateVersion returns a boolean if a field has been set.

GetUseGwCloudIdentity

func (o *UpdateGcpTarget) GetUseGwCloudIdentity() bool

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

GetUseGwCloudIdentityOk

func (o *UpdateGcpTarget) 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 *UpdateGcpTarget) SetUseGwCloudIdentity(v bool)

SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.

HasUseGwCloudIdentity

func (o *UpdateGcpTarget) HasUseGwCloudIdentity() bool

HasUseGwCloudIdentity returns a boolean if a field has been set.

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