Skip to content

Latest commit

 

History

History
1419 lines (764 loc) · 45.1 KB

CreateRotatedSecret.md

File metadata and controls

1419 lines (764 loc) · 45.1 KB

CreateRotatedSecret

Properties

Name Type Description Notes
ProviderType Pointer to string [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 ApplicationId (used in azure) [optional]
AuthenticationCredentials Pointer to string The credentials to connect with use-user-creds/use-target-creds [optional] [default to "use-user-creds"]
AutoRotate Pointer to string Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] [optional]
AwsRegion Pointer to string Aws Region (relevant only for aws) [optional] [default to "us-east-2"]
CustomPayload Pointer to string Secret payload to be sent with rotation request (relevant only for rotator-type=custom) [optional]
DeleteProtection Pointer to string Protection from accidental deletion of this object [true/false] [optional]
Description Pointer to string Description of the object [optional]
GcpKey Pointer to string Base64-encoded service account private key text [optional]
GcpServiceAccountEmail Pointer to string The email of the gcp service account to rotate [optional]
GcpServiceAccountKeyId Pointer to string The key id of the gcp service account to rotate [optional]
GraceRotation Pointer to string Create a new access key without deleting the old key from AWS for backup (relevant only for AWS) [true/false] [optional]
HostProvider Pointer to string Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret [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]
Metadata Pointer to string Deprecated - use description [optional]
Name string 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]
RotationHour Pointer to int32 The Hour of the rotation in UTC. Default rotation-hour is 14:00 [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 Custom rotation command (relevant only for ssh target) [optional]
RotatorType string Rotator Type
SamePassword Pointer to string Rotate same password for each host from the Linked Target (relevant only for Linked Target) [optional]
SecureAccessAllowExternalUser Pointer to bool Allow providing external user for a domain users (relevant only for rdp) [optional] [default to false]
SecureAccessAwsAccountId Pointer to string The AWS account id (relevant only for aws) [optional]
SecureAccessAwsNativeCli Pointer to bool The AWS native cli [optional]
SecureAccessBastionIssuer Pointer to string Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
SecureAccessDbName Pointer to string The DB name (relevant only for DB Dynamic-Secret) [optional]
SecureAccessDbSchema Pointer to string The db schema (relevant only for mssql or postgresql) [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]
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 Required when the Dynamic Secret is used for a domain user (relevant only for RDP Dynamic-Secret) [optional]
SecureAccessRdpUser Pointer to string Override the RDP Domain username (relevant only for rdp) [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 (relevant only for aws or azure) [optional] [default to false]
SecureAccessWebProxy Pointer to bool Web-Proxy via Akeyless Web Access Bastion (relevant only for aws or 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 Add tags attached to this object [optional]
Target Pointer to []string A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times [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 LDAP User Attribute, Default value "cn" [optional] [default to "cn"]
UserDn Pointer to string LDAP User Base DN [optional]

Methods

NewCreateRotatedSecret

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

NewCreateRotatedSecretWithDefaults

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

GetProviderType

func (o *CreateRotatedSecret) GetProviderType() string

GetProviderType returns the ProviderType field if non-nil, zero value otherwise.

GetProviderTypeOk

func (o *CreateRotatedSecret) GetProviderTypeOk() (*string, bool)

GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProviderType

func (o *CreateRotatedSecret) SetProviderType(v string)

SetProviderType sets ProviderType field to given value.

HasProviderType

func (o *CreateRotatedSecret) HasProviderType() bool

HasProviderType returns a boolean if a field has been set.

GetApiId

func (o *CreateRotatedSecret) GetApiId() string

GetApiId returns the ApiId field if non-nil, zero value otherwise.

GetApiIdOk

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.

SetApiId

func (o *CreateRotatedSecret) SetApiId(v string)

SetApiId sets ApiId field to given value.

HasApiId

func (o *CreateRotatedSecret) HasApiId() bool

HasApiId returns a boolean if a field has been set.

GetApiKey

func (o *CreateRotatedSecret) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

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.

SetApiKey

func (o *CreateRotatedSecret) SetApiKey(v string)

SetApiKey sets ApiKey field to given value.

HasApiKey

func (o *CreateRotatedSecret) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

GetApplicationId

func (o *CreateRotatedSecret) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

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.

SetApplicationId

func (o *CreateRotatedSecret) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *CreateRotatedSecret) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetAuthenticationCredentials

func (o *CreateRotatedSecret) GetAuthenticationCredentials() string

GetAuthenticationCredentials returns the AuthenticationCredentials field if non-nil, zero value otherwise.

GetAuthenticationCredentialsOk

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.

SetAuthenticationCredentials

func (o *CreateRotatedSecret) SetAuthenticationCredentials(v string)

SetAuthenticationCredentials sets AuthenticationCredentials field to given value.

HasAuthenticationCredentials

func (o *CreateRotatedSecret) HasAuthenticationCredentials() bool

HasAuthenticationCredentials returns a boolean if a field has been set.

GetAutoRotate

func (o *CreateRotatedSecret) GetAutoRotate() string

GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.

GetAutoRotateOk

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.

SetAutoRotate

func (o *CreateRotatedSecret) SetAutoRotate(v string)

SetAutoRotate sets AutoRotate field to given value.

HasAutoRotate

func (o *CreateRotatedSecret) HasAutoRotate() bool

HasAutoRotate returns a boolean if a field has been set.

GetAwsRegion

func (o *CreateRotatedSecret) GetAwsRegion() string

GetAwsRegion returns the AwsRegion field if non-nil, zero value otherwise.

GetAwsRegionOk

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.

SetAwsRegion

func (o *CreateRotatedSecret) SetAwsRegion(v string)

SetAwsRegion sets AwsRegion field to given value.

HasAwsRegion

func (o *CreateRotatedSecret) HasAwsRegion() bool

HasAwsRegion returns a boolean if a field has been set.

GetCustomPayload

func (o *CreateRotatedSecret) GetCustomPayload() string

GetCustomPayload returns the CustomPayload field if non-nil, zero value otherwise.

GetCustomPayloadOk

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.

SetCustomPayload

func (o *CreateRotatedSecret) SetCustomPayload(v string)

SetCustomPayload sets CustomPayload field to given value.

HasCustomPayload

func (o *CreateRotatedSecret) HasCustomPayload() bool

HasCustomPayload returns a boolean if a field has been set.

GetDeleteProtection

func (o *CreateRotatedSecret) GetDeleteProtection() string

GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.

GetDeleteProtectionOk

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.

SetDeleteProtection

func (o *CreateRotatedSecret) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *CreateRotatedSecret) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetDescription

func (o *CreateRotatedSecret) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *CreateRotatedSecret) 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.

SetDescription

func (o *CreateRotatedSecret) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CreateRotatedSecret) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetGcpKey

func (o *CreateRotatedSecret) GetGcpKey() string

GetGcpKey returns the GcpKey field if non-nil, zero value otherwise.

GetGcpKeyOk

func (o *CreateRotatedSecret) GetGcpKeyOk() (*string, bool)

GetGcpKeyOk returns a tuple with the GcpKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGcpKey

func (o *CreateRotatedSecret) SetGcpKey(v string)

SetGcpKey sets GcpKey field to given value.

HasGcpKey

func (o *CreateRotatedSecret) HasGcpKey() bool

HasGcpKey returns a boolean if a field has been set.

GetGcpServiceAccountEmail

func (o *CreateRotatedSecret) GetGcpServiceAccountEmail() string

GetGcpServiceAccountEmail returns the GcpServiceAccountEmail field if non-nil, zero value otherwise.

GetGcpServiceAccountEmailOk

func (o *CreateRotatedSecret) GetGcpServiceAccountEmailOk() (*string, bool)

GetGcpServiceAccountEmailOk returns a tuple with the GcpServiceAccountEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGcpServiceAccountEmail

func (o *CreateRotatedSecret) SetGcpServiceAccountEmail(v string)

SetGcpServiceAccountEmail sets GcpServiceAccountEmail field to given value.

HasGcpServiceAccountEmail

func (o *CreateRotatedSecret) HasGcpServiceAccountEmail() bool

HasGcpServiceAccountEmail returns a boolean if a field has been set.

GetGcpServiceAccountKeyId

func (o *CreateRotatedSecret) GetGcpServiceAccountKeyId() string

GetGcpServiceAccountKeyId returns the GcpServiceAccountKeyId field if non-nil, zero value otherwise.

GetGcpServiceAccountKeyIdOk

func (o *CreateRotatedSecret) GetGcpServiceAccountKeyIdOk() (*string, bool)

GetGcpServiceAccountKeyIdOk returns a tuple with the GcpServiceAccountKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGcpServiceAccountKeyId

func (o *CreateRotatedSecret) SetGcpServiceAccountKeyId(v string)

SetGcpServiceAccountKeyId sets GcpServiceAccountKeyId field to given value.

HasGcpServiceAccountKeyId

func (o *CreateRotatedSecret) HasGcpServiceAccountKeyId() bool

HasGcpServiceAccountKeyId returns a boolean if a field has been set.

GetGraceRotation

func (o *CreateRotatedSecret) GetGraceRotation() string

GetGraceRotation returns the GraceRotation field if non-nil, zero value otherwise.

GetGraceRotationOk

func (o *CreateRotatedSecret) GetGraceRotationOk() (*string, bool)

GetGraceRotationOk returns a tuple with the GraceRotation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGraceRotation

func (o *CreateRotatedSecret) SetGraceRotation(v string)

SetGraceRotation sets GraceRotation field to given value.

HasGraceRotation

func (o *CreateRotatedSecret) HasGraceRotation() bool

HasGraceRotation returns a boolean if a field has been set.

GetHostProvider

func (o *CreateRotatedSecret) GetHostProvider() string

GetHostProvider returns the HostProvider field if non-nil, zero value otherwise.

GetHostProviderOk

func (o *CreateRotatedSecret) GetHostProviderOk() (*string, bool)

GetHostProviderOk returns a tuple with the HostProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHostProvider

func (o *CreateRotatedSecret) SetHostProvider(v string)

SetHostProvider sets HostProvider field to given value.

HasHostProvider

func (o *CreateRotatedSecret) HasHostProvider() bool

HasHostProvider returns a boolean if a field has been set.

GetJson

func (o *CreateRotatedSecret) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *CreateRotatedSecret) 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.

SetJson

func (o *CreateRotatedSecret) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *CreateRotatedSecret) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKey

func (o *CreateRotatedSecret) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *CreateRotatedSecret) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *CreateRotatedSecret) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMetadata

func (o *CreateRotatedSecret) GetMetadata() string

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

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.

SetMetadata

func (o *CreateRotatedSecret) SetMetadata(v string)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *CreateRotatedSecret) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *CreateRotatedSecret) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *CreateRotatedSecret) SetName(v string)

SetName sets Name field to given value.

GetPasswordLength

func (o *CreateRotatedSecret) GetPasswordLength() string

GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.

GetPasswordLengthOk

func (o *CreateRotatedSecret) 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.

SetPasswordLength

func (o *CreateRotatedSecret) SetPasswordLength(v string)

SetPasswordLength sets PasswordLength field to given value.

HasPasswordLength

func (o *CreateRotatedSecret) HasPasswordLength() bool

HasPasswordLength returns a boolean if a field has been set.

GetRotateAfterDisconnect

func (o *CreateRotatedSecret) GetRotateAfterDisconnect() string

GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.

GetRotateAfterDisconnectOk

func (o *CreateRotatedSecret) 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.

SetRotateAfterDisconnect

func (o *CreateRotatedSecret) SetRotateAfterDisconnect(v string)

SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.

HasRotateAfterDisconnect

func (o *CreateRotatedSecret) HasRotateAfterDisconnect() bool

HasRotateAfterDisconnect returns a boolean if a field has been set.

GetRotatedPassword

func (o *CreateRotatedSecret) GetRotatedPassword() string

GetRotatedPassword returns the RotatedPassword field if non-nil, zero value otherwise.

GetRotatedPasswordOk

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.

SetRotatedPassword

func (o *CreateRotatedSecret) SetRotatedPassword(v string)

SetRotatedPassword sets RotatedPassword field to given value.

HasRotatedPassword

func (o *CreateRotatedSecret) HasRotatedPassword() bool

HasRotatedPassword returns a boolean if a field has been set.

GetRotatedUsername

func (o *CreateRotatedSecret) GetRotatedUsername() string

GetRotatedUsername returns the RotatedUsername field if non-nil, zero value otherwise.

GetRotatedUsernameOk

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.

SetRotatedUsername

func (o *CreateRotatedSecret) SetRotatedUsername(v string)

SetRotatedUsername sets RotatedUsername field to given value.

HasRotatedUsername

func (o *CreateRotatedSecret) HasRotatedUsername() bool

HasRotatedUsername returns a boolean if a field has been set.

GetRotationHour

func (o *CreateRotatedSecret) GetRotationHour() int32

GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.

GetRotationHourOk

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.

SetRotationHour

func (o *CreateRotatedSecret) SetRotationHour(v int32)

SetRotationHour sets RotationHour field to given value.

HasRotationHour

func (o *CreateRotatedSecret) HasRotationHour() bool

HasRotationHour returns a boolean if a field has been set.

GetRotationInterval

func (o *CreateRotatedSecret) GetRotationInterval() string

GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.

GetRotationIntervalOk

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.

SetRotationInterval

func (o *CreateRotatedSecret) SetRotationInterval(v string)

SetRotationInterval sets RotationInterval field to given value.

HasRotationInterval

func (o *CreateRotatedSecret) HasRotationInterval() bool

HasRotationInterval returns a boolean if a field has been set.

GetRotatorCredsType

func (o *CreateRotatedSecret) GetRotatorCredsType() string

GetRotatorCredsType returns the RotatorCredsType field if non-nil, zero value otherwise.

GetRotatorCredsTypeOk

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.

SetRotatorCredsType

func (o *CreateRotatedSecret) SetRotatorCredsType(v string)

SetRotatorCredsType sets RotatorCredsType field to given value.

HasRotatorCredsType

func (o *CreateRotatedSecret) HasRotatorCredsType() bool

HasRotatorCredsType returns a boolean if a field has been set.

GetRotatorCustomCmd

func (o *CreateRotatedSecret) GetRotatorCustomCmd() string

GetRotatorCustomCmd returns the RotatorCustomCmd field if non-nil, zero value otherwise.

GetRotatorCustomCmdOk

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.

SetRotatorCustomCmd

func (o *CreateRotatedSecret) SetRotatorCustomCmd(v string)

SetRotatorCustomCmd sets RotatorCustomCmd field to given value.

HasRotatorCustomCmd

func (o *CreateRotatedSecret) HasRotatorCustomCmd() bool

HasRotatorCustomCmd returns a boolean if a field has been set.

GetRotatorType

func (o *CreateRotatedSecret) GetRotatorType() string

GetRotatorType returns the RotatorType field if non-nil, zero value otherwise.

GetRotatorTypeOk

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.

SetRotatorType

func (o *CreateRotatedSecret) SetRotatorType(v string)

SetRotatorType sets RotatorType field to given value.

GetSamePassword

func (o *CreateRotatedSecret) GetSamePassword() string

GetSamePassword returns the SamePassword field if non-nil, zero value otherwise.

GetSamePasswordOk

func (o *CreateRotatedSecret) GetSamePasswordOk() (*string, bool)

GetSamePasswordOk returns a tuple with the SamePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSamePassword

func (o *CreateRotatedSecret) SetSamePassword(v string)

SetSamePassword sets SamePassword field to given value.

HasSamePassword

func (o *CreateRotatedSecret) HasSamePassword() bool

HasSamePassword returns a boolean if a field has been set.

GetSecureAccessAllowExternalUser

func (o *CreateRotatedSecret) GetSecureAccessAllowExternalUser() bool

GetSecureAccessAllowExternalUser returns the SecureAccessAllowExternalUser field if non-nil, zero value otherwise.

GetSecureAccessAllowExternalUserOk

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.

SetSecureAccessAllowExternalUser

func (o *CreateRotatedSecret) SetSecureAccessAllowExternalUser(v bool)

SetSecureAccessAllowExternalUser sets SecureAccessAllowExternalUser field to given value.

HasSecureAccessAllowExternalUser

func (o *CreateRotatedSecret) HasSecureAccessAllowExternalUser() bool

HasSecureAccessAllowExternalUser returns a boolean if a field has been set.

GetSecureAccessAwsAccountId

func (o *CreateRotatedSecret) GetSecureAccessAwsAccountId() string

GetSecureAccessAwsAccountId returns the SecureAccessAwsAccountId field if non-nil, zero value otherwise.

GetSecureAccessAwsAccountIdOk

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.

SetSecureAccessAwsAccountId

func (o *CreateRotatedSecret) SetSecureAccessAwsAccountId(v string)

SetSecureAccessAwsAccountId sets SecureAccessAwsAccountId field to given value.

HasSecureAccessAwsAccountId

func (o *CreateRotatedSecret) HasSecureAccessAwsAccountId() bool

HasSecureAccessAwsAccountId returns a boolean if a field has been set.

GetSecureAccessAwsNativeCli

func (o *CreateRotatedSecret) GetSecureAccessAwsNativeCli() bool

GetSecureAccessAwsNativeCli returns the SecureAccessAwsNativeCli field if non-nil, zero value otherwise.

GetSecureAccessAwsNativeCliOk

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.

SetSecureAccessAwsNativeCli

func (o *CreateRotatedSecret) SetSecureAccessAwsNativeCli(v bool)

SetSecureAccessAwsNativeCli sets SecureAccessAwsNativeCli field to given value.

HasSecureAccessAwsNativeCli

func (o *CreateRotatedSecret) HasSecureAccessAwsNativeCli() bool

HasSecureAccessAwsNativeCli returns a boolean if a field has been set.

GetSecureAccessBastionIssuer

func (o *CreateRotatedSecret) GetSecureAccessBastionIssuer() string

GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.

GetSecureAccessBastionIssuerOk

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.

SetSecureAccessBastionIssuer

func (o *CreateRotatedSecret) SetSecureAccessBastionIssuer(v string)

SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.

HasSecureAccessBastionIssuer

func (o *CreateRotatedSecret) HasSecureAccessBastionIssuer() bool

HasSecureAccessBastionIssuer returns a boolean if a field has been set.

GetSecureAccessDbName

func (o *CreateRotatedSecret) GetSecureAccessDbName() string

GetSecureAccessDbName returns the SecureAccessDbName field if non-nil, zero value otherwise.

GetSecureAccessDbNameOk

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.

SetSecureAccessDbName

func (o *CreateRotatedSecret) SetSecureAccessDbName(v string)

SetSecureAccessDbName sets SecureAccessDbName field to given value.

HasSecureAccessDbName

func (o *CreateRotatedSecret) HasSecureAccessDbName() bool

HasSecureAccessDbName returns a boolean if a field has been set.

GetSecureAccessDbSchema

func (o *CreateRotatedSecret) GetSecureAccessDbSchema() string

GetSecureAccessDbSchema returns the SecureAccessDbSchema field if non-nil, zero value otherwise.

GetSecureAccessDbSchemaOk

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.

SetSecureAccessDbSchema

func (o *CreateRotatedSecret) SetSecureAccessDbSchema(v string)

SetSecureAccessDbSchema sets SecureAccessDbSchema field to given value.

HasSecureAccessDbSchema

func (o *CreateRotatedSecret) HasSecureAccessDbSchema() bool

HasSecureAccessDbSchema returns a boolean if a field has been set.

GetSecureAccessDisableConcurrentConnections

func (o *CreateRotatedSecret) GetSecureAccessDisableConcurrentConnections() bool

GetSecureAccessDisableConcurrentConnections returns the SecureAccessDisableConcurrentConnections field if non-nil, zero value otherwise.

GetSecureAccessDisableConcurrentConnectionsOk

func (o *CreateRotatedSecret) 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.

SetSecureAccessDisableConcurrentConnections

func (o *CreateRotatedSecret) SetSecureAccessDisableConcurrentConnections(v bool)

SetSecureAccessDisableConcurrentConnections sets SecureAccessDisableConcurrentConnections field to given value.

HasSecureAccessDisableConcurrentConnections

func (o *CreateRotatedSecret) HasSecureAccessDisableConcurrentConnections() bool

HasSecureAccessDisableConcurrentConnections returns a boolean if a field has been set.

GetSecureAccessEnable

func (o *CreateRotatedSecret) GetSecureAccessEnable() string

GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.

GetSecureAccessEnableOk

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.

SetSecureAccessEnable

func (o *CreateRotatedSecret) SetSecureAccessEnable(v string)

SetSecureAccessEnable sets SecureAccessEnable field to given value.

HasSecureAccessEnable

func (o *CreateRotatedSecret) HasSecureAccessEnable() bool

HasSecureAccessEnable returns a boolean if a field has been set.

GetSecureAccessHost

func (o *CreateRotatedSecret) GetSecureAccessHost() []string

GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.

GetSecureAccessHostOk

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.

SetSecureAccessHost

func (o *CreateRotatedSecret) SetSecureAccessHost(v []string)

SetSecureAccessHost sets SecureAccessHost field to given value.

HasSecureAccessHost

func (o *CreateRotatedSecret) HasSecureAccessHost() bool

HasSecureAccessHost returns a boolean if a field has been set.

GetSecureAccessRdpDomain

func (o *CreateRotatedSecret) GetSecureAccessRdpDomain() string

GetSecureAccessRdpDomain returns the SecureAccessRdpDomain field if non-nil, zero value otherwise.

GetSecureAccessRdpDomainOk

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.

SetSecureAccessRdpDomain

func (o *CreateRotatedSecret) SetSecureAccessRdpDomain(v string)

SetSecureAccessRdpDomain sets SecureAccessRdpDomain field to given value.

HasSecureAccessRdpDomain

func (o *CreateRotatedSecret) HasSecureAccessRdpDomain() bool

HasSecureAccessRdpDomain returns a boolean if a field has been set.

GetSecureAccessRdpUser

func (o *CreateRotatedSecret) GetSecureAccessRdpUser() string

GetSecureAccessRdpUser returns the SecureAccessRdpUser field if non-nil, zero value otherwise.

GetSecureAccessRdpUserOk

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.

SetSecureAccessRdpUser

func (o *CreateRotatedSecret) SetSecureAccessRdpUser(v string)

SetSecureAccessRdpUser sets SecureAccessRdpUser field to given value.

HasSecureAccessRdpUser

func (o *CreateRotatedSecret) HasSecureAccessRdpUser() bool

HasSecureAccessRdpUser returns a boolean if a field has been set.

GetSecureAccessUrl

func (o *CreateRotatedSecret) GetSecureAccessUrl() string

GetSecureAccessUrl returns the SecureAccessUrl field if non-nil, zero value otherwise.

GetSecureAccessUrlOk

func (o *CreateRotatedSecret) 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.

SetSecureAccessUrl

func (o *CreateRotatedSecret) SetSecureAccessUrl(v string)

SetSecureAccessUrl sets SecureAccessUrl field to given value.

HasSecureAccessUrl

func (o *CreateRotatedSecret) HasSecureAccessUrl() bool

HasSecureAccessUrl returns a boolean if a field has been set.

GetSecureAccessWeb

func (o *CreateRotatedSecret) GetSecureAccessWeb() bool

GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.

GetSecureAccessWebOk

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.

SetSecureAccessWeb

func (o *CreateRotatedSecret) SetSecureAccessWeb(v bool)

SetSecureAccessWeb sets SecureAccessWeb field to given value.

HasSecureAccessWeb

func (o *CreateRotatedSecret) HasSecureAccessWeb() bool

HasSecureAccessWeb returns a boolean if a field has been set.

GetSecureAccessWebBrowsing

func (o *CreateRotatedSecret) GetSecureAccessWebBrowsing() bool

GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.

GetSecureAccessWebBrowsingOk

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.

SetSecureAccessWebBrowsing

func (o *CreateRotatedSecret) SetSecureAccessWebBrowsing(v bool)

SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.

HasSecureAccessWebBrowsing

func (o *CreateRotatedSecret) HasSecureAccessWebBrowsing() bool

HasSecureAccessWebBrowsing returns a boolean if a field has been set.

GetSecureAccessWebProxy

func (o *CreateRotatedSecret) GetSecureAccessWebProxy() bool

GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.

GetSecureAccessWebProxyOk

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.

SetSecureAccessWebProxy

func (o *CreateRotatedSecret) SetSecureAccessWebProxy(v bool)

SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.

HasSecureAccessWebProxy

func (o *CreateRotatedSecret) HasSecureAccessWebProxy() bool

HasSecureAccessWebProxy returns a boolean if a field has been set.

GetSshPassword

func (o *CreateRotatedSecret) GetSshPassword() string

GetSshPassword returns the SshPassword field if non-nil, zero value otherwise.

GetSshPasswordOk

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.

SetSshPassword

func (o *CreateRotatedSecret) SetSshPassword(v string)

SetSshPassword sets SshPassword field to given value.

HasSshPassword

func (o *CreateRotatedSecret) HasSshPassword() bool

HasSshPassword returns a boolean if a field has been set.

GetSshUsername

func (o *CreateRotatedSecret) GetSshUsername() string

GetSshUsername returns the SshUsername field if non-nil, zero value otherwise.

GetSshUsernameOk

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.

SetSshUsername

func (o *CreateRotatedSecret) SetSshUsername(v string)

SetSshUsername sets SshUsername field to given value.

HasSshUsername

func (o *CreateRotatedSecret) HasSshUsername() bool

HasSshUsername returns a boolean if a field has been set.

GetStorageAccountKeyName

func (o *CreateRotatedSecret) GetStorageAccountKeyName() string

GetStorageAccountKeyName returns the StorageAccountKeyName field if non-nil, zero value otherwise.

GetStorageAccountKeyNameOk

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.

SetStorageAccountKeyName

func (o *CreateRotatedSecret) SetStorageAccountKeyName(v string)

SetStorageAccountKeyName sets StorageAccountKeyName field to given value.

HasStorageAccountKeyName

func (o *CreateRotatedSecret) HasStorageAccountKeyName() bool

HasStorageAccountKeyName returns a boolean if a field has been set.

GetTags

func (o *CreateRotatedSecret) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *CreateRotatedSecret) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *CreateRotatedSecret) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTarget

func (o *CreateRotatedSecret) GetTarget() []string

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

func (o *CreateRotatedSecret) GetTargetOk() (*[]string, bool)

GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTarget

func (o *CreateRotatedSecret) SetTarget(v []string)

SetTarget sets Target field to given value.

HasTarget

func (o *CreateRotatedSecret) HasTarget() bool

HasTarget returns a boolean if a field has been set.

GetTargetName

func (o *CreateRotatedSecret) GetTargetName() string

GetTargetName returns the TargetName field if non-nil, zero value otherwise.

GetTargetNameOk

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.

SetTargetName

func (o *CreateRotatedSecret) SetTargetName(v string)

SetTargetName sets TargetName field to given value.

GetToken

func (o *CreateRotatedSecret) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *CreateRotatedSecret) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *CreateRotatedSecret) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *CreateRotatedSecret) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

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.

SetUidToken

func (o *CreateRotatedSecret) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *CreateRotatedSecret) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUserAttribute

func (o *CreateRotatedSecret) GetUserAttribute() string

GetUserAttribute returns the UserAttribute field if non-nil, zero value otherwise.

GetUserAttributeOk

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.

SetUserAttribute

func (o *CreateRotatedSecret) SetUserAttribute(v string)

SetUserAttribute sets UserAttribute field to given value.

HasUserAttribute

func (o *CreateRotatedSecret) HasUserAttribute() bool

HasUserAttribute returns a boolean if a field has been set.

GetUserDn

func (o *CreateRotatedSecret) GetUserDn() string

GetUserDn returns the UserDn field if non-nil, zero value otherwise.

GetUserDnOk

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.

SetUserDn

func (o *CreateRotatedSecret) SetUserDn(v string)

SetUserDn sets UserDn field to given value.

HasUserDn

func (o *CreateRotatedSecret) HasUserDn() bool

HasUserDn returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]