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] |
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
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
func (o *RotatedSecretUpdateAws) GetAddTag() []string
GetAddTag returns the AddTag field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetAddTag(v []string)
SetAddTag sets AddTag field to given value.
func (o *RotatedSecretUpdateAws) HasAddTag() bool
HasAddTag returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetApiId() string
GetApiId returns the ApiId field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetApiId(v string)
SetApiId sets ApiId field to given value.
func (o *RotatedSecretUpdateAws) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *RotatedSecretUpdateAws) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetAuthenticationCredentials() string
GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetAuthenticationCredentials(v string)
SetAuthenticationCredentials sets AuthenticationCredentials field to given value.
func (o *RotatedSecretUpdateAws) HasAuthenticationCredentials() bool
HasAuthenticationCredentials returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetAutoRotate() string
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetAutoRotate(v string)
SetAutoRotate sets AutoRotate field to given value.
func (o *RotatedSecretUpdateAws) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetAwsRegion() string
GetAwsRegion returns the AwsRegion field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetAwsRegion(v string)
SetAwsRegion sets AwsRegion field to given value.
func (o *RotatedSecretUpdateAws) HasAwsRegion() bool
HasAwsRegion returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *RotatedSecretUpdateAws) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RotatedSecretUpdateAws) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetGraceRotation() string
GetGraceRotation returns the GraceRotation field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetGraceRotation(v string)
SetGraceRotation sets GraceRotation field to given value.
func (o *RotatedSecretUpdateAws) HasGraceRotation() bool
HasGraceRotation returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotatedSecretUpdateAws) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *RotatedSecretUpdateAws) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetKey(v string)
SetKey sets Key field to given value.
func (o *RotatedSecretUpdateAws) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *RotatedSecretUpdateAws) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetName(v string)
SetName sets Name field to given value.
func (o *RotatedSecretUpdateAws) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *RotatedSecretUpdateAws) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *RotatedSecretUpdateAws) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetRmTag() []string
GetRmTag returns the RmTag field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetRmTag(v []string)
SetRmTag sets RmTag field to given value.
func (o *RotatedSecretUpdateAws) HasRmTag() bool
HasRmTag returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetRotateAfterDisconnect() string
GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetRotateAfterDisconnect(v string)
SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.
func (o *RotatedSecretUpdateAws) HasRotateAfterDisconnect() bool
HasRotateAfterDisconnect returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetRotationEventIn() []string
GetRotationEventIn returns the RotationEventIn field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetRotationEventIn(v []string)
SetRotationEventIn sets RotationEventIn field to given value.
func (o *RotatedSecretUpdateAws) HasRotationEventIn() bool
HasRotationEventIn returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetRotationHour() int32
GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetRotationHour(v int32)
SetRotationHour sets RotationHour field to given value.
func (o *RotatedSecretUpdateAws) HasRotationHour() bool
HasRotationHour returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetRotationInterval() string
GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetRotationInterval(v string)
SetRotationInterval sets RotationInterval field to given value.
func (o *RotatedSecretUpdateAws) HasRotationInterval() bool
HasRotationInterval returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetSecureAccessAwsAccountId() string
GetSecureAccessAwsAccountId returns the SecureAccessAwsAccountId field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetSecureAccessAwsAccountId(v string)
SetSecureAccessAwsAccountId sets SecureAccessAwsAccountId field to given value.
func (o *RotatedSecretUpdateAws) HasSecureAccessAwsAccountId() bool
HasSecureAccessAwsAccountId returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetSecureAccessAwsNativeCli() bool
GetSecureAccessAwsNativeCli returns the SecureAccessAwsNativeCli field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetSecureAccessAwsNativeCli(v bool)
SetSecureAccessAwsNativeCli sets SecureAccessAwsNativeCli field to given value.
func (o *RotatedSecretUpdateAws) HasSecureAccessAwsNativeCli() bool
HasSecureAccessAwsNativeCli returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *RotatedSecretUpdateAws) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *RotatedSecretUpdateAws) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotatedSecretUpdateAws) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAws) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretUpdateAws) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotatedSecretUpdateAws) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.