Name | Type | Description | Notes |
---|---|---|---|
ApiId | Pointer to string | [optional] | |
ApiKey | Pointer to string | [optional] | |
ApplicationId | Pointer to string | ApplicationId (used in azure) | [optional] |
AuthenticationCredentials | Pointer to string | [optional] | |
AutoRotate | Pointer to string | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
AwsRegion | Pointer to string | Region (used in aws) | [optional] [default to "us-east-2"] |
CustomPayload | Pointer to string | [optional] | |
DeleteProtection | Pointer to string | Protection from accidental deletion of this item | [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] |
Metadata | Pointer to string | Metadata about the secret | [optional] |
Name | string | Secret name | |
RotatedPassword | Pointer to string | [optional] | |
RotatedUsername | Pointer to string | [optional] | |
RotationHour | Pointer to int32 | [optional] | |
RotationInterval | Pointer to string | The number of days to wait between every automatic key rotation (1-365) | [optional] |
RotatorCredsType | Pointer to string | [optional] | |
RotatorCustomCmd | Pointer to string | [optional] | |
RotatorType | string | Rotator Type | |
SecureAccessAllowExternalUser | Pointer to bool | Secure Access Allow Providing External User (used in ssh) | [optional] [default to false] |
SecureAccessAwsAccountId | Pointer to string | Secure Access Account Id (used in aws) | [optional] |
SecureAccessAwsNativeCli | Pointer to bool | Secure Access Aws Native Cli (used in aws) | [optional] |
SecureAccessBastionIssuer | Pointer to string | Secure Access Bastion Issuer | [optional] |
SecureAccessDbName | Pointer to string | Secure Access DB Name (used in data bases) | [optional] |
SecureAccessDbSchema | Pointer to string | Secure Access Schema (used in mssql, postgresql) | [optional] |
SecureAccessEnable | Pointer to string | Secure Access Enabled | [optional] |
SecureAccessHost | Pointer to []string | Secure Access Host | [optional] |
SecureAccessRdpDomain | Pointer to string | Secure Access Domain (used in ssh) | [optional] |
SecureAccessRdpUser | Pointer to string | Secure Access Override User (used in ssh) | [optional] |
SecureAccessWeb | Pointer to bool | Secure Access Web | [optional] [default to false] |
SecureAccessWebBrowsing | Pointer to bool | Secure Access Isolated (used in aws, azure) | [optional] [default to false] |
SecureAccessWebProxy | Pointer to bool | Secure Access Web Proxy (used in aws, azure) | [optional] [default to false] |
SshPassword | Pointer to string | Deprecated: use RotatedPassword | [optional] |
SshUsername | Pointer to string | Deprecated: use RotatedUser | [optional] |
StorageAccountKeyName | Pointer to string | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) | [optional] |
Tags | Pointer to []string | List of the tags attached to this secret | [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] |
UserAttribute | Pointer to string | User Attribute | [optional] |
UserDn | Pointer to string | User DN | [optional] |
func NewCreateRotatedSecret(name string, rotatorType string, targetName string, ) *CreateRotatedSecret
NewCreateRotatedSecret instantiates a new CreateRotatedSecret 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 NewCreateRotatedSecretWithDefaults() *CreateRotatedSecret
NewCreateRotatedSecretWithDefaults instantiates a new CreateRotatedSecret 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 *CreateRotatedSecret) GetApiId() string
GetApiId returns the ApiId field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetApiId(v string)
SetApiId sets ApiId field to given value.
func (o *CreateRotatedSecret) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *CreateRotatedSecret) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *CreateRotatedSecret) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetAuthenticationCredentials() string
GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetAuthenticationCredentials(v string)
SetAuthenticationCredentials sets AuthenticationCredentials field to given value.
func (o *CreateRotatedSecret) HasAuthenticationCredentials() bool
HasAuthenticationCredentials returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetAutoRotate() string
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetAutoRotate(v string)
SetAutoRotate sets AutoRotate field to given value.
func (o *CreateRotatedSecret) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetAwsRegion() string
GetAwsRegion returns the AwsRegion field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetAwsRegion(v string)
SetAwsRegion sets AwsRegion field to given value.
func (o *CreateRotatedSecret) HasAwsRegion() bool
HasAwsRegion returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetCustomPayload() string
GetCustomPayload returns the CustomPayload field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetCustomPayload(v string)
SetCustomPayload sets CustomPayload field to given value.
func (o *CreateRotatedSecret) HasCustomPayload() bool
HasCustomPayload returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *CreateRotatedSecret) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetKey(v string)
SetKey sets Key field to given value.
func (o *CreateRotatedSecret) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetMetadata() string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetMetadata(v string)
SetMetadata sets Metadata field to given value.
func (o *CreateRotatedSecret) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetName(v string)
SetName sets Name field to given value.
func (o *CreateRotatedSecret) GetRotatedPassword() string
GetRotatedPassword returns the RotatedPassword field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetRotatedPassword(v string)
SetRotatedPassword sets RotatedPassword field to given value.
func (o *CreateRotatedSecret) HasRotatedPassword() bool
HasRotatedPassword returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotatedUsername() string
GetRotatedUsername returns the RotatedUsername field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetRotatedUsername(v string)
SetRotatedUsername sets RotatedUsername field to given value.
func (o *CreateRotatedSecret) HasRotatedUsername() bool
HasRotatedUsername returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotationHour() int32
GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetRotationHour(v int32)
SetRotationHour sets RotationHour field to given value.
func (o *CreateRotatedSecret) HasRotationHour() bool
HasRotationHour returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotationInterval() string
GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetRotationInterval(v string)
SetRotationInterval sets RotationInterval field to given value.
func (o *CreateRotatedSecret) HasRotationInterval() bool
HasRotationInterval returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotatorCredsType() string
GetRotatorCredsType returns the RotatorCredsType field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetRotatorCredsTypeOk() (*string, bool)
GetRotatorCredsTypeOk returns a tuple with the RotatorCredsType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetRotatorCredsType(v string)
SetRotatorCredsType sets RotatorCredsType field to given value.
func (o *CreateRotatedSecret) HasRotatorCredsType() bool
HasRotatorCredsType returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotatorCustomCmd() string
GetRotatorCustomCmd returns the RotatorCustomCmd field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetRotatorCustomCmdOk() (*string, bool)
GetRotatorCustomCmdOk returns a tuple with the RotatorCustomCmd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetRotatorCustomCmd(v string)
SetRotatorCustomCmd sets RotatorCustomCmd field to given value.
func (o *CreateRotatedSecret) HasRotatorCustomCmd() bool
HasRotatorCustomCmd returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotatorType() string
GetRotatorType returns the RotatorType field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetRotatorType(v string)
SetRotatorType sets RotatorType field to given value.
func (o *CreateRotatedSecret) GetSecureAccessAllowExternalUser() bool
GetSecureAccessAllowExternalUser returns the SecureAccessAllowExternalUser field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessAllowExternalUser(v bool)
SetSecureAccessAllowExternalUser sets SecureAccessAllowExternalUser field to given value.
func (o *CreateRotatedSecret) HasSecureAccessAllowExternalUser() bool
HasSecureAccessAllowExternalUser returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessAwsAccountId() string
GetSecureAccessAwsAccountId returns the SecureAccessAwsAccountId field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessAwsAccountId(v string)
SetSecureAccessAwsAccountId sets SecureAccessAwsAccountId field to given value.
func (o *CreateRotatedSecret) HasSecureAccessAwsAccountId() bool
HasSecureAccessAwsAccountId returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessAwsNativeCli() bool
GetSecureAccessAwsNativeCli returns the SecureAccessAwsNativeCli field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessAwsNativeCli(v bool)
SetSecureAccessAwsNativeCli sets SecureAccessAwsNativeCli field to given value.
func (o *CreateRotatedSecret) HasSecureAccessAwsNativeCli() bool
HasSecureAccessAwsNativeCli returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *CreateRotatedSecret) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessDbName() string
GetSecureAccessDbName returns the SecureAccessDbName field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessDbName(v string)
SetSecureAccessDbName sets SecureAccessDbName field to given value.
func (o *CreateRotatedSecret) HasSecureAccessDbName() bool
HasSecureAccessDbName returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessDbSchema() string
GetSecureAccessDbSchema returns the SecureAccessDbSchema field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetSecureAccessDbSchemaOk() (*string, bool)
GetSecureAccessDbSchemaOk returns a tuple with the SecureAccessDbSchema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetSecureAccessDbSchema(v string)
SetSecureAccessDbSchema sets SecureAccessDbSchema field to given value.
func (o *CreateRotatedSecret) HasSecureAccessDbSchema() bool
HasSecureAccessDbSchema returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *CreateRotatedSecret) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *CreateRotatedSecret) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessRdpDomain() string
GetSecureAccessRdpDomain returns the SecureAccessRdpDomain field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessRdpDomain(v string)
SetSecureAccessRdpDomain sets SecureAccessRdpDomain field to given value.
func (o *CreateRotatedSecret) HasSecureAccessRdpDomain() bool
HasSecureAccessRdpDomain returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessRdpUser() string
GetSecureAccessRdpUser returns the SecureAccessRdpUser field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessRdpUser(v string)
SetSecureAccessRdpUser sets SecureAccessRdpUser field to given value.
func (o *CreateRotatedSecret) HasSecureAccessRdpUser() bool
HasSecureAccessRdpUser returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *CreateRotatedSecret) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessWebBrowsing() bool
GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessWebBrowsing(v bool)
SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.
func (o *CreateRotatedSecret) HasSecureAccessWebBrowsing() bool
HasSecureAccessWebBrowsing returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSecureAccessWebProxy() bool
GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetSecureAccessWebProxy(v bool)
SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.
func (o *CreateRotatedSecret) HasSecureAccessWebProxy() bool
HasSecureAccessWebProxy returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSshPassword() string
GetSshPassword returns the SshPassword field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetSshPasswordOk() (*string, bool)
GetSshPasswordOk returns a tuple with the SshPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetSshPassword(v string)
SetSshPassword sets SshPassword field to given value.
func (o *CreateRotatedSecret) HasSshPassword() bool
HasSshPassword returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetSshUsername() string
GetSshUsername returns the SshUsername field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetSshUsernameOk() (*string, bool)
GetSshUsernameOk returns a tuple with the SshUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetSshUsername(v string)
SetSshUsername sets SshUsername field to given value.
func (o *CreateRotatedSecret) HasSshUsername() bool
HasSshUsername returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetStorageAccountKeyName() string
GetStorageAccountKeyName returns the StorageAccountKeyName field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetStorageAccountKeyName(v string)
SetStorageAccountKeyName sets StorageAccountKeyName field to given value.
func (o *CreateRotatedSecret) HasStorageAccountKeyName() bool
HasStorageAccountKeyName returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *CreateRotatedSecret) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *CreateRotatedSecret) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateRotatedSecret) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) 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 *CreateRotatedSecret) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateRotatedSecret) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetUserAttribute() string
GetUserAttribute returns the UserAttribute field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetUserAttributeOk() (*string, bool)
GetUserAttributeOk returns a tuple with the UserAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetUserAttribute(v string)
SetUserAttribute sets UserAttribute field to given value.
func (o *CreateRotatedSecret) HasUserAttribute() bool
HasUserAttribute returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetUserDn() string
GetUserDn returns the UserDn field if non-nil, zero value otherwise.
func (o *CreateRotatedSecret) GetUserDnOk() (*string, bool)
GetUserDnOk returns a tuple with the UserDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRotatedSecret) SetUserDn(v string)
SetUserDn sets UserDn field to given value.
func (o *CreateRotatedSecret) HasUserDn() bool
HasUserDn returns a boolean if a field has been set.