Skip to content

Latest commit

 

History

History
727 lines (392 loc) · 22.4 KB

RotatedSecretUpdateAws.md

File metadata and controls

727 lines (392 loc) · 22.4 KB

RotatedSecretUpdateAws

Properties

Name Type Description Notes
AddTag Pointer to []string List of the new tags that will be attached to this item [optional]
ApiId Pointer to string API ID to rotate (relevant only for rotator-type=api-key) [optional]
ApiKey Pointer to string API key to rotate (relevant only for rotator-type=api-key) [optional]
AuthenticationCredentials Pointer to string The credentials to connect with use-user-creds/use-target-creds [optional] [default to "use-user-creds"]
AutoRotate Pointer to string Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] [optional]
AwsRegion Pointer to string Aws Region [optional] [default to "us-east-2"]
DeleteProtection Pointer to string Protection from accidental deletion of this object [true/false] [optional]
Description Pointer to string Description of the object [optional] [default to "default_metadata"]
GraceRotation Pointer to string Create a new access key without deleting the old key from AWS for backup (relevant only for AWS) [true/false] [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 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 Rotated secret name
NewName Pointer to string New item name [optional]
PasswordLength Pointer to string The length of the password to be generated [optional]
RmTag Pointer to []string List of the existent tags that will be removed from this item [optional]
RotateAfterDisconnect Pointer to string Rotate the value of the secret after SRA session ends [true/false] [optional] [default to "false"]
RotationEventIn Pointer to []string How many days before the rotation of the item would you like to be notified [optional]
RotationHour Pointer to int32 The Hour of the rotation in UTC [optional]
RotationInterval Pointer to string The number of days to wait between every automatic key rotation (1-365) [optional]
SecureAccessAwsAccountId Pointer to string The AWS account id [optional]
SecureAccessAwsNativeCli Pointer to bool The AWS native cli [optional]
SecureAccessBastionIssuer Pointer to string Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
SecureAccessEnable Pointer to string Enable/Disable secure remote access [true/false] [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]

Methods

NewRotatedSecretUpdateAws

func NewRotatedSecretUpdateAws(name string, ) *RotatedSecretUpdateAws

NewRotatedSecretUpdateAws instantiates a new RotatedSecretUpdateAws 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

NewRotatedSecretUpdateAwsWithDefaults

func NewRotatedSecretUpdateAwsWithDefaults() *RotatedSecretUpdateAws

NewRotatedSecretUpdateAwsWithDefaults instantiates a new RotatedSecretUpdateAws 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

GetAddTag

func (o *RotatedSecretUpdateAws) GetAddTag() []string

GetAddTag returns the AddTag field if non-nil, zero value otherwise.

GetAddTagOk

func (o *RotatedSecretUpdateAws) GetAddTagOk() (*[]string, bool)

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

SetAddTag

func (o *RotatedSecretUpdateAws) SetAddTag(v []string)

SetAddTag sets AddTag field to given value.

HasAddTag

func (o *RotatedSecretUpdateAws) HasAddTag() bool

HasAddTag returns a boolean if a field has been set.

GetApiId

func (o *RotatedSecretUpdateAws) GetApiId() string

GetApiId returns the ApiId field if non-nil, zero value otherwise.

GetApiIdOk

func (o *RotatedSecretUpdateAws) GetApiIdOk() (*string, bool)

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

SetApiId

func (o *RotatedSecretUpdateAws) SetApiId(v string)

SetApiId sets ApiId field to given value.

HasApiId

func (o *RotatedSecretUpdateAws) HasApiId() bool

HasApiId returns a boolean if a field has been set.

GetApiKey

func (o *RotatedSecretUpdateAws) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

func (o *RotatedSecretUpdateAws) GetApiKeyOk() (*string, bool)

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

SetApiKey

func (o *RotatedSecretUpdateAws) SetApiKey(v string)

SetApiKey sets ApiKey field to given value.

HasApiKey

func (o *RotatedSecretUpdateAws) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

GetAuthenticationCredentials

func (o *RotatedSecretUpdateAws) GetAuthenticationCredentials() string

GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.

GetAuthenticationCredentialsOk

func (o *RotatedSecretUpdateAws) GetAuthenticationCredentialsOk() (*string, bool)

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

SetAuthenticationCredentials

func (o *RotatedSecretUpdateAws) SetAuthenticationCredentials(v string)

SetAuthenticationCredentials sets AuthenticationCredentials field to given value.

HasAuthenticationCredentials

func (o *RotatedSecretUpdateAws) HasAuthenticationCredentials() bool

HasAuthenticationCredentials returns a boolean if a field has been set.

GetAutoRotate

func (o *RotatedSecretUpdateAws) GetAutoRotate() string

GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.

GetAutoRotateOk

func (o *RotatedSecretUpdateAws) GetAutoRotateOk() (*string, bool)

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

SetAutoRotate

func (o *RotatedSecretUpdateAws) SetAutoRotate(v string)

SetAutoRotate sets AutoRotate field to given value.

HasAutoRotate

func (o *RotatedSecretUpdateAws) HasAutoRotate() bool

HasAutoRotate returns a boolean if a field has been set.

GetAwsRegion

func (o *RotatedSecretUpdateAws) GetAwsRegion() string

GetAwsRegion returns the AwsRegion field if non-nil, zero value otherwise.

GetAwsRegionOk

func (o *RotatedSecretUpdateAws) GetAwsRegionOk() (*string, bool)

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

SetAwsRegion

func (o *RotatedSecretUpdateAws) SetAwsRegion(v string)

SetAwsRegion sets AwsRegion field to given value.

HasAwsRegion

func (o *RotatedSecretUpdateAws) HasAwsRegion() bool

HasAwsRegion returns a boolean if a field has been set.

GetDeleteProtection

func (o *RotatedSecretUpdateAws) GetDeleteProtection() string

GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.

GetDeleteProtectionOk

func (o *RotatedSecretUpdateAws) GetDeleteProtectionOk() (*string, bool)

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

SetDeleteProtection

func (o *RotatedSecretUpdateAws) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *RotatedSecretUpdateAws) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetDescription

func (o *RotatedSecretUpdateAws) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *RotatedSecretUpdateAws) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetGraceRotation

func (o *RotatedSecretUpdateAws) GetGraceRotation() string

GetGraceRotation returns the GraceRotation field if non-nil, zero value otherwise.

GetGraceRotationOk

func (o *RotatedSecretUpdateAws) GetGraceRotationOk() (*string, bool)

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

SetGraceRotation

func (o *RotatedSecretUpdateAws) SetGraceRotation(v string)

SetGraceRotation sets GraceRotation field to given value.

HasGraceRotation

func (o *RotatedSecretUpdateAws) HasGraceRotation() bool

HasGraceRotation returns a boolean if a field has been set.

GetJson

func (o *RotatedSecretUpdateAws) GetJson() bool

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

GetJsonOk

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

SetJson sets Json field to given value.

HasJson

func (o *RotatedSecretUpdateAws) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKeepPrevVersion

func (o *RotatedSecretUpdateAws) GetKeepPrevVersion() string

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

GetKeepPrevVersionOk

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

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *RotatedSecretUpdateAws) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetKey

func (o *RotatedSecretUpdateAws) GetKey() string

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

GetKeyOk

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

SetKey sets Key field to given value.

HasKey

func (o *RotatedSecretUpdateAws) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMaxVersions

func (o *RotatedSecretUpdateAws) GetMaxVersions() string

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

GetMaxVersionsOk

func (o *RotatedSecretUpdateAws) 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 *RotatedSecretUpdateAws) SetMaxVersions(v string)

SetMaxVersions sets MaxVersions field to given value.

HasMaxVersions

func (o *RotatedSecretUpdateAws) HasMaxVersions() bool

HasMaxVersions returns a boolean if a field has been set.

GetName

func (o *RotatedSecretUpdateAws) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetNewName

func (o *RotatedSecretUpdateAws) GetNewName() string

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

GetNewNameOk

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

SetNewName sets NewName field to given value.

HasNewName

func (o *RotatedSecretUpdateAws) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetPasswordLength

func (o *RotatedSecretUpdateAws) GetPasswordLength() string

GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.

GetPasswordLengthOk

func (o *RotatedSecretUpdateAws) GetPasswordLengthOk() (*string, bool)

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

SetPasswordLength

func (o *RotatedSecretUpdateAws) SetPasswordLength(v string)

SetPasswordLength sets PasswordLength field to given value.

HasPasswordLength

func (o *RotatedSecretUpdateAws) HasPasswordLength() bool

HasPasswordLength returns a boolean if a field has been set.

GetRmTag

func (o *RotatedSecretUpdateAws) GetRmTag() []string

GetRmTag returns the RmTag field if non-nil, zero value otherwise.

GetRmTagOk

func (o *RotatedSecretUpdateAws) GetRmTagOk() (*[]string, bool)

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

SetRmTag

func (o *RotatedSecretUpdateAws) SetRmTag(v []string)

SetRmTag sets RmTag field to given value.

HasRmTag

func (o *RotatedSecretUpdateAws) HasRmTag() bool

HasRmTag returns a boolean if a field has been set.

GetRotateAfterDisconnect

func (o *RotatedSecretUpdateAws) GetRotateAfterDisconnect() string

GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.

GetRotateAfterDisconnectOk

func (o *RotatedSecretUpdateAws) GetRotateAfterDisconnectOk() (*string, bool)

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

SetRotateAfterDisconnect

func (o *RotatedSecretUpdateAws) SetRotateAfterDisconnect(v string)

SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.

HasRotateAfterDisconnect

func (o *RotatedSecretUpdateAws) HasRotateAfterDisconnect() bool

HasRotateAfterDisconnect returns a boolean if a field has been set.

GetRotationEventIn

func (o *RotatedSecretUpdateAws) GetRotationEventIn() []string

GetRotationEventIn returns the RotationEventIn field if non-nil, zero value otherwise.

GetRotationEventInOk

func (o *RotatedSecretUpdateAws) GetRotationEventInOk() (*[]string, bool)

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

SetRotationEventIn

func (o *RotatedSecretUpdateAws) SetRotationEventIn(v []string)

SetRotationEventIn sets RotationEventIn field to given value.

HasRotationEventIn

func (o *RotatedSecretUpdateAws) HasRotationEventIn() bool

HasRotationEventIn returns a boolean if a field has been set.

GetRotationHour

func (o *RotatedSecretUpdateAws) GetRotationHour() int32

GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.

GetRotationHourOk

func (o *RotatedSecretUpdateAws) GetRotationHourOk() (*int32, bool)

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

SetRotationHour

func (o *RotatedSecretUpdateAws) SetRotationHour(v int32)

SetRotationHour sets RotationHour field to given value.

HasRotationHour

func (o *RotatedSecretUpdateAws) HasRotationHour() bool

HasRotationHour returns a boolean if a field has been set.

GetRotationInterval

func (o *RotatedSecretUpdateAws) GetRotationInterval() string

GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.

GetRotationIntervalOk

func (o *RotatedSecretUpdateAws) GetRotationIntervalOk() (*string, bool)

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

SetRotationInterval

func (o *RotatedSecretUpdateAws) SetRotationInterval(v string)

SetRotationInterval sets RotationInterval field to given value.

HasRotationInterval

func (o *RotatedSecretUpdateAws) HasRotationInterval() bool

HasRotationInterval returns a boolean if a field has been set.

GetSecureAccessAwsAccountId

func (o *RotatedSecretUpdateAws) GetSecureAccessAwsAccountId() string

GetSecureAccessAwsAccountId returns the SecureAccessAwsAccountId field if non-nil, zero value otherwise.

GetSecureAccessAwsAccountIdOk

func (o *RotatedSecretUpdateAws) GetSecureAccessAwsAccountIdOk() (*string, bool)

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

SetSecureAccessAwsAccountId

func (o *RotatedSecretUpdateAws) SetSecureAccessAwsAccountId(v string)

SetSecureAccessAwsAccountId sets SecureAccessAwsAccountId field to given value.

HasSecureAccessAwsAccountId

func (o *RotatedSecretUpdateAws) HasSecureAccessAwsAccountId() bool

HasSecureAccessAwsAccountId returns a boolean if a field has been set.

GetSecureAccessAwsNativeCli

func (o *RotatedSecretUpdateAws) GetSecureAccessAwsNativeCli() bool

GetSecureAccessAwsNativeCli returns the SecureAccessAwsNativeCli field if non-nil, zero value otherwise.

GetSecureAccessAwsNativeCliOk

func (o *RotatedSecretUpdateAws) GetSecureAccessAwsNativeCliOk() (*bool, bool)

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

SetSecureAccessAwsNativeCli

func (o *RotatedSecretUpdateAws) SetSecureAccessAwsNativeCli(v bool)

SetSecureAccessAwsNativeCli sets SecureAccessAwsNativeCli field to given value.

HasSecureAccessAwsNativeCli

func (o *RotatedSecretUpdateAws) HasSecureAccessAwsNativeCli() bool

HasSecureAccessAwsNativeCli returns a boolean if a field has been set.

GetSecureAccessBastionIssuer

func (o *RotatedSecretUpdateAws) GetSecureAccessBastionIssuer() string

GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.

GetSecureAccessBastionIssuerOk

func (o *RotatedSecretUpdateAws) GetSecureAccessBastionIssuerOk() (*string, bool)

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

SetSecureAccessBastionIssuer

func (o *RotatedSecretUpdateAws) SetSecureAccessBastionIssuer(v string)

SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.

HasSecureAccessBastionIssuer

func (o *RotatedSecretUpdateAws) HasSecureAccessBastionIssuer() bool

HasSecureAccessBastionIssuer returns a boolean if a field has been set.

GetSecureAccessEnable

func (o *RotatedSecretUpdateAws) GetSecureAccessEnable() string

GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.

GetSecureAccessEnableOk

func (o *RotatedSecretUpdateAws) GetSecureAccessEnableOk() (*string, bool)

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

SetSecureAccessEnable

func (o *RotatedSecretUpdateAws) SetSecureAccessEnable(v string)

SetSecureAccessEnable sets SecureAccessEnable field to given value.

HasSecureAccessEnable

func (o *RotatedSecretUpdateAws) HasSecureAccessEnable() bool

HasSecureAccessEnable returns a boolean if a field has been set.

GetToken

func (o *RotatedSecretUpdateAws) GetToken() string

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

GetTokenOk

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

SetToken sets Token field to given value.

HasToken

func (o *RotatedSecretUpdateAws) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *RotatedSecretUpdateAws) GetUidToken() string

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

GetUidTokenOk

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

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *RotatedSecretUpdateAws) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

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