dynamicSecretCreateMsSql is a command that creates mssql dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| CustomUsernameTemplate | string | Customize how temporary usernames are generated using go template | [optional] |
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| MssqlAllowedDbNames | 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 | string | MSSQL Creation statements | [optional] |
| MssqlDbname | string | MSSQL Name | [optional] |
| MssqlHost | string | MSSQL Host | [optional] [default to "127.0.0.1"] |
| MssqlPassword | string | MSSQL Password | [optional] |
| MssqlPort | string | MSSQL Port | [optional] [default to "1433"] |
| MssqlRevocationStatements | string | MSSQL Revocation statements | [optional] |
| MssqlUsername | string | MSSQL Username | [optional] |
| Name | string | Dynamic secret name | |
| PasswordLength | string | The length of the password to be generated | [optional] |
| ProducerEncryptionKeyName | string | Dynamic producer encryption key | [optional] |
| SecureAccessBastionIssuer | string | Deprecated. use secure-access-certificate-issuer | [optional] |
| SecureAccessCertificateIssuer | string | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
| SecureAccessDbName | string | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
| SecureAccessDbSchema | string | The DB schema | [optional] |
| SecureAccessDelay | long | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
| SecureAccessEnable | string | Enable/Disable secure remote access [true/false] | [optional] |
| SecureAccessHost | List<string> | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
| SecureAccessWeb | bool | Enable Web Secure Remote Access | [optional] [default to false] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Target name | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UserTtl | string | User TTL | [optional] [default to "60m"] |