Skip to content

Latest commit

 

History

History
779 lines (420 loc) · 25 KB

File metadata and controls

779 lines (420 loc) · 25 KB

DynamicSecretCreateMsSql

Properties

Name Type Description Notes
CustomUsernameTemplate Pointer to string Customize how temporary usernames are generated using go template [optional]
DeleteProtection Pointer to string Protection from accidental deletion of this object [true/false] [optional]
Description Pointer to string Description of the object [optional]
ItemCustomFields Pointer to map[string]string Additional custom fields to associate with the item [optional]
Json Pointer to bool Set output format to JSON [optional] [default to false]
MssqlAllowedDbNames Pointer to string CSV of allowed DB names for runtime selection when getting the secret value. Empty => use target DB only; "*" => any DB allowed; One or more names => user must choose from this list [optional]
MssqlCreateStatements Pointer to string MSSQL Creation statements [optional]
MssqlDbname Pointer to string MSSQL Name [optional]
MssqlHost Pointer to string MSSQL Host [optional] [default to "127.0.0.1"]
MssqlPassword Pointer to string MSSQL Password [optional]
MssqlPort Pointer to string MSSQL Port [optional] [default to "1433"]
MssqlRevocationStatements Pointer to string MSSQL Revocation statements [optional]
MssqlUsername Pointer to string MSSQL Username [optional]
Name string Dynamic secret name
PasswordLength Pointer to string The length of the password to be generated [optional]
ProducerEncryptionKeyName Pointer to string Dynamic producer encryption key [optional]
SecureAccessBastionIssuer Pointer to string Deprecated. use secure-access-certificate-issuer [optional]
SecureAccessCertificateIssuer Pointer to string Path to the SSH Certificate Issuer for your Akeyless Secure Access [optional]
SecureAccessDbName Pointer to string The DB name (relevant only for DB Dynamic-Secret) [optional]
SecureAccessDbSchema Pointer to string The DB schema [optional]
SecureAccessDelay Pointer to int64 The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds [optional]
SecureAccessEnable Pointer to string Enable/Disable secure remote access [true/false] [optional]
SecureAccessHost Pointer to []string Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) [optional]
SecureAccessWeb Pointer to bool Enable Web Secure Remote Access [optional] [default to false]
Tags Pointer to []string Add tags attached to this object [optional]
TargetName Pointer to string Target name [optional]
Token Pointer to string Authentication token (see `/auth` and `/configure`) [optional]
UidToken Pointer to string The universal identity token, Required only for universal_identity authentication [optional]
UserTtl Pointer to string User TTL [optional] [default to "60m"]

Methods

NewDynamicSecretCreateMsSql

func NewDynamicSecretCreateMsSql(name string, ) *DynamicSecretCreateMsSql

NewDynamicSecretCreateMsSql instantiates a new DynamicSecretCreateMsSql 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

NewDynamicSecretCreateMsSqlWithDefaults

func NewDynamicSecretCreateMsSqlWithDefaults() *DynamicSecretCreateMsSql

NewDynamicSecretCreateMsSqlWithDefaults instantiates a new DynamicSecretCreateMsSql 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

GetCustomUsernameTemplate

func (o *DynamicSecretCreateMsSql) GetCustomUsernameTemplate() string

GetCustomUsernameTemplate returns the CustomUsernameTemplate field if non-nil, zero value otherwise.

GetCustomUsernameTemplateOk

func (o *DynamicSecretCreateMsSql) GetCustomUsernameTemplateOk() (*string, bool)

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

SetCustomUsernameTemplate

func (o *DynamicSecretCreateMsSql) SetCustomUsernameTemplate(v string)

SetCustomUsernameTemplate sets CustomUsernameTemplate field to given value.

HasCustomUsernameTemplate

func (o *DynamicSecretCreateMsSql) HasCustomUsernameTemplate() bool

HasCustomUsernameTemplate returns a boolean if a field has been set.

GetDeleteProtection

func (o *DynamicSecretCreateMsSql) GetDeleteProtection() string

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

GetDeleteProtectionOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *DynamicSecretCreateMsSql) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetDescription

func (o *DynamicSecretCreateMsSql) GetDescription() string

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

GetDescriptionOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *DynamicSecretCreateMsSql) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetItemCustomFields

func (o *DynamicSecretCreateMsSql) GetItemCustomFields() map[string]string

GetItemCustomFields returns the ItemCustomFields field if non-nil, zero value otherwise.

GetItemCustomFieldsOk

func (o *DynamicSecretCreateMsSql) GetItemCustomFieldsOk() (*map[string]string, bool)

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

SetItemCustomFields

func (o *DynamicSecretCreateMsSql) SetItemCustomFields(v map[string]string)

SetItemCustomFields sets ItemCustomFields field to given value.

HasItemCustomFields

func (o *DynamicSecretCreateMsSql) HasItemCustomFields() bool

HasItemCustomFields returns a boolean if a field has been set.

GetJson

func (o *DynamicSecretCreateMsSql) GetJson() bool

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

GetJsonOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *DynamicSecretCreateMsSql) HasJson() bool

HasJson returns a boolean if a field has been set.

GetMssqlAllowedDbNames

func (o *DynamicSecretCreateMsSql) GetMssqlAllowedDbNames() string

GetMssqlAllowedDbNames returns the MssqlAllowedDbNames field if non-nil, zero value otherwise.

GetMssqlAllowedDbNamesOk

func (o *DynamicSecretCreateMsSql) GetMssqlAllowedDbNamesOk() (*string, bool)

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

SetMssqlAllowedDbNames

func (o *DynamicSecretCreateMsSql) SetMssqlAllowedDbNames(v string)

SetMssqlAllowedDbNames sets MssqlAllowedDbNames field to given value.

HasMssqlAllowedDbNames

func (o *DynamicSecretCreateMsSql) HasMssqlAllowedDbNames() bool

HasMssqlAllowedDbNames returns a boolean if a field has been set.

GetMssqlCreateStatements

func (o *DynamicSecretCreateMsSql) GetMssqlCreateStatements() string

GetMssqlCreateStatements returns the MssqlCreateStatements field if non-nil, zero value otherwise.

GetMssqlCreateStatementsOk

func (o *DynamicSecretCreateMsSql) GetMssqlCreateStatementsOk() (*string, bool)

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

SetMssqlCreateStatements

func (o *DynamicSecretCreateMsSql) SetMssqlCreateStatements(v string)

SetMssqlCreateStatements sets MssqlCreateStatements field to given value.

HasMssqlCreateStatements

func (o *DynamicSecretCreateMsSql) HasMssqlCreateStatements() bool

HasMssqlCreateStatements returns a boolean if a field has been set.

GetMssqlDbname

func (o *DynamicSecretCreateMsSql) GetMssqlDbname() string

GetMssqlDbname returns the MssqlDbname field if non-nil, zero value otherwise.

GetMssqlDbnameOk

func (o *DynamicSecretCreateMsSql) GetMssqlDbnameOk() (*string, bool)

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

SetMssqlDbname

func (o *DynamicSecretCreateMsSql) SetMssqlDbname(v string)

SetMssqlDbname sets MssqlDbname field to given value.

HasMssqlDbname

func (o *DynamicSecretCreateMsSql) HasMssqlDbname() bool

HasMssqlDbname returns a boolean if a field has been set.

GetMssqlHost

func (o *DynamicSecretCreateMsSql) GetMssqlHost() string

GetMssqlHost returns the MssqlHost field if non-nil, zero value otherwise.

GetMssqlHostOk

func (o *DynamicSecretCreateMsSql) GetMssqlHostOk() (*string, bool)

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

SetMssqlHost

func (o *DynamicSecretCreateMsSql) SetMssqlHost(v string)

SetMssqlHost sets MssqlHost field to given value.

HasMssqlHost

func (o *DynamicSecretCreateMsSql) HasMssqlHost() bool

HasMssqlHost returns a boolean if a field has been set.

GetMssqlPassword

func (o *DynamicSecretCreateMsSql) GetMssqlPassword() string

GetMssqlPassword returns the MssqlPassword field if non-nil, zero value otherwise.

GetMssqlPasswordOk

func (o *DynamicSecretCreateMsSql) GetMssqlPasswordOk() (*string, bool)

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

SetMssqlPassword

func (o *DynamicSecretCreateMsSql) SetMssqlPassword(v string)

SetMssqlPassword sets MssqlPassword field to given value.

HasMssqlPassword

func (o *DynamicSecretCreateMsSql) HasMssqlPassword() bool

HasMssqlPassword returns a boolean if a field has been set.

GetMssqlPort

func (o *DynamicSecretCreateMsSql) GetMssqlPort() string

GetMssqlPort returns the MssqlPort field if non-nil, zero value otherwise.

GetMssqlPortOk

func (o *DynamicSecretCreateMsSql) GetMssqlPortOk() (*string, bool)

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

SetMssqlPort

func (o *DynamicSecretCreateMsSql) SetMssqlPort(v string)

SetMssqlPort sets MssqlPort field to given value.

HasMssqlPort

func (o *DynamicSecretCreateMsSql) HasMssqlPort() bool

HasMssqlPort returns a boolean if a field has been set.

GetMssqlRevocationStatements

func (o *DynamicSecretCreateMsSql) GetMssqlRevocationStatements() string

GetMssqlRevocationStatements returns the MssqlRevocationStatements field if non-nil, zero value otherwise.

GetMssqlRevocationStatementsOk

func (o *DynamicSecretCreateMsSql) GetMssqlRevocationStatementsOk() (*string, bool)

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

SetMssqlRevocationStatements

func (o *DynamicSecretCreateMsSql) SetMssqlRevocationStatements(v string)

SetMssqlRevocationStatements sets MssqlRevocationStatements field to given value.

HasMssqlRevocationStatements

func (o *DynamicSecretCreateMsSql) HasMssqlRevocationStatements() bool

HasMssqlRevocationStatements returns a boolean if a field has been set.

GetMssqlUsername

func (o *DynamicSecretCreateMsSql) GetMssqlUsername() string

GetMssqlUsername returns the MssqlUsername field if non-nil, zero value otherwise.

GetMssqlUsernameOk

func (o *DynamicSecretCreateMsSql) GetMssqlUsernameOk() (*string, bool)

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

SetMssqlUsername

func (o *DynamicSecretCreateMsSql) SetMssqlUsername(v string)

SetMssqlUsername sets MssqlUsername field to given value.

HasMssqlUsername

func (o *DynamicSecretCreateMsSql) HasMssqlUsername() bool

HasMssqlUsername returns a boolean if a field has been set.

GetName

func (o *DynamicSecretCreateMsSql) GetName() string

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

GetNameOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetName(v string)

SetName sets Name field to given value.

GetPasswordLength

func (o *DynamicSecretCreateMsSql) GetPasswordLength() string

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

GetPasswordLengthOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetPasswordLength(v string)

SetPasswordLength sets PasswordLength field to given value.

HasPasswordLength

func (o *DynamicSecretCreateMsSql) HasPasswordLength() bool

HasPasswordLength returns a boolean if a field has been set.

GetProducerEncryptionKeyName

func (o *DynamicSecretCreateMsSql) GetProducerEncryptionKeyName() string

GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.

GetProducerEncryptionKeyNameOk

func (o *DynamicSecretCreateMsSql) GetProducerEncryptionKeyNameOk() (*string, bool)

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

SetProducerEncryptionKeyName

func (o *DynamicSecretCreateMsSql) SetProducerEncryptionKeyName(v string)

SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.

HasProducerEncryptionKeyName

func (o *DynamicSecretCreateMsSql) HasProducerEncryptionKeyName() bool

HasProducerEncryptionKeyName returns a boolean if a field has been set.

GetSecureAccessBastionIssuer

func (o *DynamicSecretCreateMsSql) GetSecureAccessBastionIssuer() string

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

GetSecureAccessBastionIssuerOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetSecureAccessBastionIssuer(v string)

SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.

HasSecureAccessBastionIssuer

func (o *DynamicSecretCreateMsSql) HasSecureAccessBastionIssuer() bool

HasSecureAccessBastionIssuer returns a boolean if a field has been set.

GetSecureAccessCertificateIssuer

func (o *DynamicSecretCreateMsSql) GetSecureAccessCertificateIssuer() string

GetSecureAccessCertificateIssuer returns the SecureAccessCertificateIssuer field if non-nil, zero value otherwise.

GetSecureAccessCertificateIssuerOk

func (o *DynamicSecretCreateMsSql) GetSecureAccessCertificateIssuerOk() (*string, bool)

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

SetSecureAccessCertificateIssuer

func (o *DynamicSecretCreateMsSql) SetSecureAccessCertificateIssuer(v string)

SetSecureAccessCertificateIssuer sets SecureAccessCertificateIssuer field to given value.

HasSecureAccessCertificateIssuer

func (o *DynamicSecretCreateMsSql) HasSecureAccessCertificateIssuer() bool

HasSecureAccessCertificateIssuer returns a boolean if a field has been set.

GetSecureAccessDbName

func (o *DynamicSecretCreateMsSql) GetSecureAccessDbName() string

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

GetSecureAccessDbNameOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetSecureAccessDbName(v string)

SetSecureAccessDbName sets SecureAccessDbName field to given value.

HasSecureAccessDbName

func (o *DynamicSecretCreateMsSql) HasSecureAccessDbName() bool

HasSecureAccessDbName returns a boolean if a field has been set.

GetSecureAccessDbSchema

func (o *DynamicSecretCreateMsSql) GetSecureAccessDbSchema() string

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

GetSecureAccessDbSchemaOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetSecureAccessDbSchema(v string)

SetSecureAccessDbSchema sets SecureAccessDbSchema field to given value.

HasSecureAccessDbSchema

func (o *DynamicSecretCreateMsSql) HasSecureAccessDbSchema() bool

HasSecureAccessDbSchema returns a boolean if a field has been set.

GetSecureAccessDelay

func (o *DynamicSecretCreateMsSql) GetSecureAccessDelay() int64

GetSecureAccessDelay returns the SecureAccessDelay field if non-nil, zero value otherwise.

GetSecureAccessDelayOk

func (o *DynamicSecretCreateMsSql) GetSecureAccessDelayOk() (*int64, bool)

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

SetSecureAccessDelay

func (o *DynamicSecretCreateMsSql) SetSecureAccessDelay(v int64)

SetSecureAccessDelay sets SecureAccessDelay field to given value.

HasSecureAccessDelay

func (o *DynamicSecretCreateMsSql) HasSecureAccessDelay() bool

HasSecureAccessDelay returns a boolean if a field has been set.

GetSecureAccessEnable

func (o *DynamicSecretCreateMsSql) GetSecureAccessEnable() string

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

GetSecureAccessEnableOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetSecureAccessEnable(v string)

SetSecureAccessEnable sets SecureAccessEnable field to given value.

HasSecureAccessEnable

func (o *DynamicSecretCreateMsSql) HasSecureAccessEnable() bool

HasSecureAccessEnable returns a boolean if a field has been set.

GetSecureAccessHost

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

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

GetSecureAccessHostOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetSecureAccessHost(v []string)

SetSecureAccessHost sets SecureAccessHost field to given value.

HasSecureAccessHost

func (o *DynamicSecretCreateMsSql) HasSecureAccessHost() bool

HasSecureAccessHost returns a boolean if a field has been set.

GetSecureAccessWeb

func (o *DynamicSecretCreateMsSql) GetSecureAccessWeb() bool

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

GetSecureAccessWebOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetSecureAccessWeb(v bool)

SetSecureAccessWeb sets SecureAccessWeb field to given value.

HasSecureAccessWeb

func (o *DynamicSecretCreateMsSql) HasSecureAccessWeb() bool

HasSecureAccessWeb returns a boolean if a field has been set.

GetTags

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

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

GetTagsOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *DynamicSecretCreateMsSql) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTargetName

func (o *DynamicSecretCreateMsSql) GetTargetName() string

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

GetTargetNameOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetTargetName(v string)

SetTargetName sets TargetName field to given value.

HasTargetName

func (o *DynamicSecretCreateMsSql) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

GetToken

func (o *DynamicSecretCreateMsSql) GetToken() string

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

GetTokenOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *DynamicSecretCreateMsSql) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *DynamicSecretCreateMsSql) GetUidToken() string

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

GetUidTokenOk

func (o *DynamicSecretCreateMsSql) 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 *DynamicSecretCreateMsSql) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *DynamicSecretCreateMsSql) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUserTtl

func (o *DynamicSecretCreateMsSql) GetUserTtl() string

GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.

GetUserTtlOk

func (o *DynamicSecretCreateMsSql) GetUserTtlOk() (*string, bool)

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

SetUserTtl

func (o *DynamicSecretCreateMsSql) SetUserTtl(v string)

SetUserTtl sets UserTtl field to given value.

HasUserTtl

func (o *DynamicSecretCreateMsSql) HasUserTtl() bool

HasUserTtl returns a boolean if a field has been set.

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