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] |
ApplicationId | Pointer to string | Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds) | [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] |
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"] |
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] |
SecureAccessDisableConcurrentConnections | Pointer to bool | Enable this flag to prevent simultaneous use of the same secret | [optional] |
SecureAccessEnable | Pointer to string | Enable/Disable secure remote access [true/false] | [optional] |
SecureAccessUrl | Pointer to string | Destination URL to inject secrets | [optional] |
SecureAccessWeb | Pointer to bool | Enable Web Secure Remote Access | [optional] [default to false] |
SecureAccessWebBrowsing | Pointer to bool | Secure browser via Akeyless Web Access Bastion | [optional] [default to false] |
SecureAccessWebProxy | Pointer to bool | Web-Proxy via Akeyless Web Access Bastion | [optional] [default to false] |
StorageAccountKeyName | Pointer to string | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) | [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] |
Username | Pointer to string | The user principal name to rotate his password (relevant only for rotator-type=password) | [optional] |
func NewRotatedSecretUpdateAzure(name string, ) *RotatedSecretUpdateAzure
NewRotatedSecretUpdateAzure instantiates a new RotatedSecretUpdateAzure 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 NewRotatedSecretUpdateAzureWithDefaults() *RotatedSecretUpdateAzure
NewRotatedSecretUpdateAzureWithDefaults instantiates a new RotatedSecretUpdateAzure 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 *RotatedSecretUpdateAzure) GetAddTag() []string
GetAddTag returns the AddTag field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetAddTag(v []string)
SetAddTag sets AddTag field to given value.
func (o *RotatedSecretUpdateAzure) HasAddTag() bool
HasAddTag returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetApiId() string
GetApiId returns the ApiId field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetApiId(v string)
SetApiId sets ApiId field to given value.
func (o *RotatedSecretUpdateAzure) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *RotatedSecretUpdateAzure) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *RotatedSecretUpdateAzure) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetAuthenticationCredentials() string
GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetAuthenticationCredentials(v string)
SetAuthenticationCredentials sets AuthenticationCredentials field to given value.
func (o *RotatedSecretUpdateAzure) HasAuthenticationCredentials() bool
HasAuthenticationCredentials returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetAutoRotate() string
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetAutoRotate(v string)
SetAutoRotate sets AutoRotate field to given value.
func (o *RotatedSecretUpdateAzure) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *RotatedSecretUpdateAzure) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RotatedSecretUpdateAzure) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotatedSecretUpdateAzure) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *RotatedSecretUpdateAzure) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetKey(v string)
SetKey sets Key field to given value.
func (o *RotatedSecretUpdateAzure) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *RotatedSecretUpdateAzure) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetName(v string)
SetName sets Name field to given value.
func (o *RotatedSecretUpdateAzure) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *RotatedSecretUpdateAzure) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *RotatedSecretUpdateAzure) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetRmTag() []string
GetRmTag returns the RmTag field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetRmTag(v []string)
SetRmTag sets RmTag field to given value.
func (o *RotatedSecretUpdateAzure) HasRmTag() bool
HasRmTag returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetRotateAfterDisconnect() string
GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetRotateAfterDisconnect(v string)
SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.
func (o *RotatedSecretUpdateAzure) HasRotateAfterDisconnect() bool
HasRotateAfterDisconnect returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetRotationEventIn() []string
GetRotationEventIn returns the RotationEventIn field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetRotationEventIn(v []string)
SetRotationEventIn sets RotationEventIn field to given value.
func (o *RotatedSecretUpdateAzure) HasRotationEventIn() bool
HasRotationEventIn returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetRotationHour() int32
GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetRotationHour(v int32)
SetRotationHour sets RotationHour field to given value.
func (o *RotatedSecretUpdateAzure) HasRotationHour() bool
HasRotationHour returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetRotationInterval() string
GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetRotationInterval(v string)
SetRotationInterval sets RotationInterval field to given value.
func (o *RotatedSecretUpdateAzure) HasRotationInterval() bool
HasRotationInterval returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetSecureAccessDisableConcurrentConnections() bool
GetSecureAccessDisableConcurrentConnections returns the SecureAccessDisableConcurrentConnections field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetSecureAccessDisableConcurrentConnectionsOk() (*bool, bool)
GetSecureAccessDisableConcurrentConnectionsOk returns a tuple with the SecureAccessDisableConcurrentConnections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetSecureAccessDisableConcurrentConnections(v bool)
SetSecureAccessDisableConcurrentConnections sets SecureAccessDisableConcurrentConnections field to given value.
func (o *RotatedSecretUpdateAzure) HasSecureAccessDisableConcurrentConnections() bool
HasSecureAccessDisableConcurrentConnections returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *RotatedSecretUpdateAzure) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetSecureAccessUrl() string
GetSecureAccessUrl returns the SecureAccessUrl field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetSecureAccessUrlOk() (*string, bool)
GetSecureAccessUrlOk returns a tuple with the SecureAccessUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetSecureAccessUrl(v string)
SetSecureAccessUrl sets SecureAccessUrl field to given value.
func (o *RotatedSecretUpdateAzure) HasSecureAccessUrl() bool
HasSecureAccessUrl returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetSecureAccessWebOk() (*bool, bool)
GetSecureAccessWebOk returns a tuple with the SecureAccessWeb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *RotatedSecretUpdateAzure) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetSecureAccessWebBrowsing() bool
GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetSecureAccessWebBrowsingOk() (*bool, bool)
GetSecureAccessWebBrowsingOk returns a tuple with the SecureAccessWebBrowsing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetSecureAccessWebBrowsing(v bool)
SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.
func (o *RotatedSecretUpdateAzure) HasSecureAccessWebBrowsing() bool
HasSecureAccessWebBrowsing returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetSecureAccessWebProxy() bool
GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetSecureAccessWebProxyOk() (*bool, bool)
GetSecureAccessWebProxyOk returns a tuple with the SecureAccessWebProxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetSecureAccessWebProxy(v bool)
SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.
func (o *RotatedSecretUpdateAzure) HasSecureAccessWebProxy() bool
HasSecureAccessWebProxy returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetStorageAccountKeyName() string
GetStorageAccountKeyName returns the StorageAccountKeyName field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetStorageAccountKeyNameOk() (*string, bool)
GetStorageAccountKeyNameOk returns a tuple with the StorageAccountKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetStorageAccountKeyName(v string)
SetStorageAccountKeyName sets StorageAccountKeyName field to given value.
func (o *RotatedSecretUpdateAzure) HasStorageAccountKeyName() bool
HasStorageAccountKeyName returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotatedSecretUpdateAzure) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) 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 *RotatedSecretUpdateAzure) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotatedSecretUpdateAzure) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *RotatedSecretUpdateAzure) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateAzure) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateAzure) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *RotatedSecretUpdateAzure) HasUsername() bool
HasUsername returns a boolean if a field has been set.