Skip to content

Latest commit

 

History

History
415 lines (224 loc) · 11 KB

UpdateAWSTarget.md

File metadata and controls

415 lines (224 loc) · 11 KB

UpdateAWSTarget

Properties

Name Type Description Notes
AccessKey Pointer to string [optional]
AccessKeyId Pointer to string [optional]
Comment Pointer to string Deprecated - use description [optional]
Description Pointer to string Description of the object [optional]
Json Pointer to bool Set output format to JSON [optional]
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]
Region Pointer to string [optional]
SessionToken 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]
UpdateVersion Pointer to bool Deprecated [optional]
UseGwCloudIdentity Pointer to bool [optional]

Methods

NewUpdateAWSTarget

func NewUpdateAWSTarget(name string, ) *UpdateAWSTarget

NewUpdateAWSTarget instantiates a new UpdateAWSTarget 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

NewUpdateAWSTargetWithDefaults

func NewUpdateAWSTargetWithDefaults() *UpdateAWSTarget

NewUpdateAWSTargetWithDefaults instantiates a new UpdateAWSTarget 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

GetAccessKey

func (o *UpdateAWSTarget) GetAccessKey() string

GetAccessKey returns the AccessKey field if non-nil, zero value otherwise.

GetAccessKeyOk

func (o *UpdateAWSTarget) GetAccessKeyOk() (*string, bool)

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

SetAccessKey

func (o *UpdateAWSTarget) SetAccessKey(v string)

SetAccessKey sets AccessKey field to given value.

HasAccessKey

func (o *UpdateAWSTarget) HasAccessKey() bool

HasAccessKey returns a boolean if a field has been set.

GetAccessKeyId

func (o *UpdateAWSTarget) GetAccessKeyId() string

GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.

GetAccessKeyIdOk

func (o *UpdateAWSTarget) GetAccessKeyIdOk() (*string, bool)

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

SetAccessKeyId

func (o *UpdateAWSTarget) SetAccessKeyId(v string)

SetAccessKeyId sets AccessKeyId field to given value.

HasAccessKeyId

func (o *UpdateAWSTarget) HasAccessKeyId() bool

HasAccessKeyId returns a boolean if a field has been set.

GetComment

func (o *UpdateAWSTarget) GetComment() string

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

GetCommentOk

func (o *UpdateAWSTarget) 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 *UpdateAWSTarget) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *UpdateAWSTarget) HasComment() bool

HasComment returns a boolean if a field has been set.

GetDescription

func (o *UpdateAWSTarget) GetDescription() string

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

GetDescriptionOk

func (o *UpdateAWSTarget) 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 *UpdateAWSTarget) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *UpdateAWSTarget) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetJson

func (o *UpdateAWSTarget) GetJson() bool

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

GetJsonOk

func (o *UpdateAWSTarget) 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 *UpdateAWSTarget) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *UpdateAWSTarget) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKeepPrevVersion

func (o *UpdateAWSTarget) GetKeepPrevVersion() string

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

GetKeepPrevVersionOk

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

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *UpdateAWSTarget) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetKey

func (o *UpdateAWSTarget) GetKey() string

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

GetKeyOk

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

SetKey sets Key field to given value.

HasKey

func (o *UpdateAWSTarget) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *UpdateAWSTarget) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetNewName

func (o *UpdateAWSTarget) GetNewName() string

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

GetNewNameOk

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

SetNewName sets NewName field to given value.

HasNewName

func (o *UpdateAWSTarget) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetRegion

func (o *UpdateAWSTarget) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *UpdateAWSTarget) GetRegionOk() (*string, bool)

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

SetRegion

func (o *UpdateAWSTarget) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *UpdateAWSTarget) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetSessionToken

func (o *UpdateAWSTarget) GetSessionToken() string

GetSessionToken returns the SessionToken field if non-nil, zero value otherwise.

GetSessionTokenOk

func (o *UpdateAWSTarget) GetSessionTokenOk() (*string, bool)

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

SetSessionToken

func (o *UpdateAWSTarget) SetSessionToken(v string)

SetSessionToken sets SessionToken field to given value.

HasSessionToken

func (o *UpdateAWSTarget) HasSessionToken() bool

HasSessionToken returns a boolean if a field has been set.

GetToken

func (o *UpdateAWSTarget) GetToken() string

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

GetTokenOk

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

SetToken sets Token field to given value.

HasToken

func (o *UpdateAWSTarget) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *UpdateAWSTarget) GetUidToken() string

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

GetUidTokenOk

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

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *UpdateAWSTarget) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUpdateVersion

func (o *UpdateAWSTarget) GetUpdateVersion() bool

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

GetUpdateVersionOk

func (o *UpdateAWSTarget) 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 *UpdateAWSTarget) SetUpdateVersion(v bool)

SetUpdateVersion sets UpdateVersion field to given value.

HasUpdateVersion

func (o *UpdateAWSTarget) HasUpdateVersion() bool

HasUpdateVersion returns a boolean if a field has been set.

GetUseGwCloudIdentity

func (o *UpdateAWSTarget) GetUseGwCloudIdentity() bool

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

GetUseGwCloudIdentityOk

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

SetUseGwCloudIdentity sets UseGwCloudIdentity field to given value.

HasUseGwCloudIdentity

func (o *UpdateAWSTarget) HasUseGwCloudIdentity() bool

HasUseGwCloudIdentity returns a boolean if a field has been set.

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