Name | Type | Description | Notes |
---|---|---|---|
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] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
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 | |
PasswordLength | Pointer to string | The length of the password to be generated | [optional] |
RotateAfterDisconnect | Pointer to string | Rotate the value of the secret after SRA session ends [true/false] | [optional] [default to "false"] |
RotatedPassword | Pointer to string | rotated-username password (relevant only for rotator-type=password) | [optional] |
RotatedUsername | Pointer to string | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
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] |
RotatorType | string | The rotator type. options: [target/password] | |
SecureAccessDbName | Pointer to string | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
SecureAccessEnable | Pointer to string | Enable/Disable secure remote access [true/false] | [optional] |
SecureAccessHost | Pointer to []string | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
SecureAccessWeb | Pointer to bool | Enable Web Secure Remote Access | [optional] [default to false] |
Tags | Pointer to []string | Add tags attached to this object | [optional] |
TargetName | string | Target name | |
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 NewRotatedSecretCreateOracledb(name string, rotatorType string, targetName string, ) *RotatedSecretCreateOracledb
NewRotatedSecretCreateOracledb instantiates a new RotatedSecretCreateOracledb 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 NewRotatedSecretCreateOracledbWithDefaults() *RotatedSecretCreateOracledb
NewRotatedSecretCreateOracledbWithDefaults instantiates a new RotatedSecretCreateOracledb 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 *RotatedSecretCreateOracledb) GetAuthenticationCredentials() string
GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetAuthenticationCredentials(v string)
SetAuthenticationCredentials sets AuthenticationCredentials field to given value.
func (o *RotatedSecretCreateOracledb) HasAuthenticationCredentials() bool
HasAuthenticationCredentials returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetAutoRotate() string
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetAutoRotate(v string)
SetAutoRotate sets AutoRotate field to given value.
func (o *RotatedSecretCreateOracledb) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *RotatedSecretCreateOracledb) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RotatedSecretCreateOracledb) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotatedSecretCreateOracledb) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetKey(v string)
SetKey sets Key field to given value.
func (o *RotatedSecretCreateOracledb) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *RotatedSecretCreateOracledb) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetName(v string)
SetName sets Name field to given value.
func (o *RotatedSecretCreateOracledb) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *RotatedSecretCreateOracledb) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotateAfterDisconnect() string
GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetRotateAfterDisconnect(v string)
SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.
func (o *RotatedSecretCreateOracledb) HasRotateAfterDisconnect() bool
HasRotateAfterDisconnect returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotatedPassword() string
GetRotatedPassword returns the RotatedPassword field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetRotatedPasswordOk() (*string, bool)
GetRotatedPasswordOk returns a tuple with the RotatedPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetRotatedPassword(v string)
SetRotatedPassword sets RotatedPassword field to given value.
func (o *RotatedSecretCreateOracledb) HasRotatedPassword() bool
HasRotatedPassword returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotatedUsername() string
GetRotatedUsername returns the RotatedUsername field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetRotatedUsernameOk() (*string, bool)
GetRotatedUsernameOk returns a tuple with the RotatedUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetRotatedUsername(v string)
SetRotatedUsername sets RotatedUsername field to given value.
func (o *RotatedSecretCreateOracledb) HasRotatedUsername() bool
HasRotatedUsername returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotationEventIn() []string
GetRotationEventIn returns the RotationEventIn field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetRotationEventIn(v []string)
SetRotationEventIn sets RotationEventIn field to given value.
func (o *RotatedSecretCreateOracledb) HasRotationEventIn() bool
HasRotationEventIn returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotationHour() int32
GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetRotationHour(v int32)
SetRotationHour sets RotationHour field to given value.
func (o *RotatedSecretCreateOracledb) HasRotationHour() bool
HasRotationHour returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotationInterval() string
GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetRotationInterval(v string)
SetRotationInterval sets RotationInterval field to given value.
func (o *RotatedSecretCreateOracledb) HasRotationInterval() bool
HasRotationInterval returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetRotatorType() string
GetRotatorType returns the RotatorType field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetRotatorTypeOk() (*string, bool)
GetRotatorTypeOk returns a tuple with the RotatorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetRotatorType(v string)
SetRotatorType sets RotatorType field to given value.
func (o *RotatedSecretCreateOracledb) GetSecureAccessDbName() string
GetSecureAccessDbName returns the SecureAccessDbName field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetSecureAccessDbNameOk() (*string, bool)
GetSecureAccessDbNameOk returns a tuple with the SecureAccessDbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetSecureAccessDbName(v string)
SetSecureAccessDbName sets SecureAccessDbName field to given value.
func (o *RotatedSecretCreateOracledb) HasSecureAccessDbName() bool
HasSecureAccessDbName returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *RotatedSecretCreateOracledb) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetSecureAccessHostOk() (*[]string, bool)
GetSecureAccessHostOk returns a tuple with the SecureAccessHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *RotatedSecretCreateOracledb) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *RotatedSecretCreateOracledb) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *RotatedSecretCreateOracledb) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretCreateOracledb) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *RotatedSecretCreateOracledb) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotatedSecretCreateOracledb) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotatedSecretCreateOracledb) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *RotatedSecretCreateOracledb) 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 *RotatedSecretCreateOracledb) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotatedSecretCreateOracledb) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.