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] |
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) GetProviderType() string
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetProviderType(v string)
SetProviderType sets ProviderType field to given value.
func (o *CreateRotatedSecret) HasProviderType() bool
HasProviderType returns a boolean if a field has been 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) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateRotatedSecret) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetGcpKey() string
GetGcpKey returns the GcpKey field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetGcpKey(v string)
SetGcpKey sets GcpKey field to given value.
func (o *CreateRotatedSecret) HasGcpKey() bool
HasGcpKey returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetGcpServiceAccountEmail() string
GetGcpServiceAccountEmail returns the GcpServiceAccountEmail field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetGcpServiceAccountEmail(v string)
SetGcpServiceAccountEmail sets GcpServiceAccountEmail field to given value.
func (o *CreateRotatedSecret) HasGcpServiceAccountEmail() bool
HasGcpServiceAccountEmail returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetGcpServiceAccountKeyId() string
GetGcpServiceAccountKeyId returns the GcpServiceAccountKeyId field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetGcpServiceAccountKeyId(v string)
SetGcpServiceAccountKeyId sets GcpServiceAccountKeyId field to given value.
func (o *CreateRotatedSecret) HasGcpServiceAccountKeyId() bool
HasGcpServiceAccountKeyId returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetGraceRotation() string
GetGraceRotation returns the GraceRotation field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetGraceRotation(v string)
SetGraceRotation sets GraceRotation field to given value.
func (o *CreateRotatedSecret) HasGraceRotation() bool
HasGraceRotation returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetHostProvider() string
GetHostProvider returns the HostProvider field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetHostProvider(v string)
SetHostProvider sets HostProvider field to given value.
func (o *CreateRotatedSecret) HasHostProvider() bool
HasHostProvider returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetJson(v bool)
SetJson sets Json field to given value.
func (o *CreateRotatedSecret) HasJson() bool
HasJson 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) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *CreateRotatedSecret) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *CreateRotatedSecret) GetRotateAfterDisconnect() string
GetRotateAfterDisconnect returns the RotateAfterDisconnect field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetRotateAfterDisconnect(v string)
SetRotateAfterDisconnect sets RotateAfterDisconnect field to given value.
func (o *CreateRotatedSecret) HasRotateAfterDisconnect() bool
HasRotateAfterDisconnect returns a boolean if a field has been set.
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) GetSamePassword() string
GetSamePassword returns the SamePassword field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetSamePassword(v string)
SetSamePassword sets SamePassword field to given value.
func (o *CreateRotatedSecret) HasSamePassword() bool
HasSamePassword returns a boolean if a field has been set.
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) GetSecureAccessDisableConcurrentConnections() bool
GetSecureAccessDisableConcurrentConnections returns the SecureAccessDisableConcurrentConnections field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetSecureAccessDisableConcurrentConnections(v bool)
SetSecureAccessDisableConcurrentConnections sets SecureAccessDisableConcurrentConnections field to given value.
func (o *CreateRotatedSecret) HasSecureAccessDisableConcurrentConnections() bool
HasSecureAccessDisableConcurrentConnections 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) GetSecureAccessUrl() string
GetSecureAccessUrl returns the SecureAccessUrl field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetSecureAccessUrl(v string)
SetSecureAccessUrl sets SecureAccessUrl field to given value.
func (o *CreateRotatedSecret) HasSecureAccessUrl() bool
HasSecureAccessUrl 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) GetTarget() []string
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *CreateRotatedSecret) SetTarget(v []string)
SetTarget sets Target field to given value.
func (o *CreateRotatedSecret) HasTarget() bool
HasTarget 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.