Name | Type | Description | Notes |
---|---|---|---|
AddTag | Pointer to []string | List of the new tags that will be attached to this item | [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] |
CustomPayload | Pointer to string | Secret payload to be sent with rotation request | [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] |
SecureAccessAllowExternalUser | Pointer to bool | Allow providing external user for a domain users | [optional] [default to false] |
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] |
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] |
SecureAccessRdpDomain | Pointer to string | Default domain name server. i.e. microsoft.com | [optional] |
SecureAccessRdpUser | Pointer to string | Override the RDP Domain username | [optional] |
SecureAccessSshUser | Pointer to string | Override the SSH username as indicated in SSH Certificate Issuer | [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] |
TimeoutSec | Pointer to int64 | Maximum allowed time in seconds for the custom rotator to return the results | [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 NewRotatedSecretUpdateCustom(name string, ) *RotatedSecretUpdateCustom
NewRotatedSecretUpdateCustom instantiates a new RotatedSecretUpdateCustom 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 NewRotatedSecretUpdateCustomWithDefaults() *RotatedSecretUpdateCustom
NewRotatedSecretUpdateCustomWithDefaults instantiates a new RotatedSecretUpdateCustom 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 *RotatedSecretUpdateCustom) GetAddTag() []string
GetAddTag returns the AddTag field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetAddTag(v []string)
SetAddTag sets AddTag field to given value.
func (o *RotatedSecretUpdateCustom) HasAddTag() bool
HasAddTag returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetAuthenticationCredentials() string
GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetAuthenticationCredentials(v string)
SetAuthenticationCredentials sets AuthenticationCredentials field to given value.
func (o *RotatedSecretUpdateCustom) HasAuthenticationCredentials() bool
HasAuthenticationCredentials returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetAutoRotate() string
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetAutoRotate(v string)
SetAutoRotate sets AutoRotate field to given value.
func (o *RotatedSecretUpdateCustom) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetCustomPayload() string
GetCustomPayload returns the CustomPayload field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) GetCustomPayloadOk() (*string, bool)
GetCustomPayloadOk returns a tuple with the CustomPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateCustom) SetCustomPayload(v string)
SetCustomPayload sets CustomPayload field to given value.
func (o *RotatedSecretUpdateCustom) HasCustomPayload() bool
HasCustomPayload returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *RotatedSecretUpdateCustom) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RotatedSecretUpdateCustom) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotatedSecretUpdateCustom) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *RotatedSecretUpdateCustom) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetKey(v string)
SetKey sets Key field to given value.
func (o *RotatedSecretUpdateCustom) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *RotatedSecretUpdateCustom) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetName(v string)
SetName sets Name field to given value.
func (o *RotatedSecretUpdateCustom) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *RotatedSecretUpdateCustom) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *RotatedSecretUpdateCustom) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetRmTag() []string
GetRmTag returns the RmTag field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetRmTag(v []string)
SetRmTag sets RmTag field to given value.
func (o *RotatedSecretUpdateCustom) HasRmTag() bool
HasRmTag returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetRotateAfterDisconnect() string
GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetRotateAfterDisconnect(v string)
SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.
func (o *RotatedSecretUpdateCustom) HasRotateAfterDisconnect() bool
HasRotateAfterDisconnect returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetRotationEventIn() []string
GetRotationEventIn returns the RotationEventIn field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetRotationEventIn(v []string)
SetRotationEventIn sets RotationEventIn field to given value.
func (o *RotatedSecretUpdateCustom) HasRotationEventIn() bool
HasRotationEventIn returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetRotationHour() int32
GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetRotationHour(v int32)
SetRotationHour sets RotationHour field to given value.
func (o *RotatedSecretUpdateCustom) HasRotationHour() bool
HasRotationHour returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetRotationInterval() string
GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetRotationInterval(v string)
SetRotationInterval sets RotationInterval field to given value.
func (o *RotatedSecretUpdateCustom) HasRotationInterval() bool
HasRotationInterval returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessAllowExternalUser() bool
GetSecureAccessAllowExternalUser returns the SecureAccessAllowExternalUser field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) GetSecureAccessAllowExternalUserOk() (*bool, bool)
GetSecureAccessAllowExternalUserOk returns a tuple with the SecureAccessAllowExternalUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateCustom) SetSecureAccessAllowExternalUser(v bool)
SetSecureAccessAllowExternalUser sets SecureAccessAllowExternalUser field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessAllowExternalUser() bool
HasSecureAccessAllowExternalUser returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessRdpDomain() string
GetSecureAccessRdpDomain returns the SecureAccessRdpDomain field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) GetSecureAccessRdpDomainOk() (*string, bool)
GetSecureAccessRdpDomainOk returns a tuple with the SecureAccessRdpDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateCustom) SetSecureAccessRdpDomain(v string)
SetSecureAccessRdpDomain sets SecureAccessRdpDomain field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessRdpDomain() bool
HasSecureAccessRdpDomain returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessRdpUser() string
GetSecureAccessRdpUser returns the SecureAccessRdpUser field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) GetSecureAccessRdpUserOk() (*string, bool)
GetSecureAccessRdpUserOk returns a tuple with the SecureAccessRdpUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateCustom) SetSecureAccessRdpUser(v string)
SetSecureAccessRdpUser sets SecureAccessRdpUser field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessRdpUser() bool
HasSecureAccessRdpUser returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessSshUser() string
GetSecureAccessSshUser returns the SecureAccessSshUser field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) GetSecureAccessSshUserOk() (*string, bool)
GetSecureAccessSshUserOk returns a tuple with the SecureAccessSshUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateCustom) SetSecureAccessSshUser(v string)
SetSecureAccessSshUser sets SecureAccessSshUser field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessSshUser() bool
HasSecureAccessSshUser returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessUrl() string
GetSecureAccessUrl returns the SecureAccessUrl field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessUrl(v string)
SetSecureAccessUrl sets SecureAccessUrl field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessUrl() bool
HasSecureAccessUrl returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessWebBrowsing() bool
GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessWebBrowsing(v bool)
SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessWebBrowsing() bool
HasSecureAccessWebBrowsing returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetSecureAccessWebProxy() bool
GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetSecureAccessWebProxy(v bool)
SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.
func (o *RotatedSecretUpdateCustom) HasSecureAccessWebProxy() bool
HasSecureAccessWebProxy returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetTimeoutSec() int64
GetTimeoutSec returns the TimeoutSec field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) GetTimeoutSecOk() (*int64, bool)
GetTimeoutSecOk returns a tuple with the TimeoutSec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretUpdateCustom) SetTimeoutSec(v int64)
SetTimeoutSec sets TimeoutSec field to given value.
func (o *RotatedSecretUpdateCustom) HasTimeoutSec() bool
HasTimeoutSec returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotatedSecretUpdateCustom) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotatedSecretUpdateCustom) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *RotatedSecretUpdateCustom) 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 *RotatedSecretUpdateCustom) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotatedSecretUpdateCustom) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.