Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.94 KB

DynamicSecretUpdateMySql.md

File metadata and controls

39 lines (35 loc) · 2.94 KB

akeyless.Model.DynamicSecretUpdateMySql

dynamicSecretUpdateMySql is a command that updates mysql dynamic secret

Properties

Name Type Description Notes
DbServerCertificates string (Optional) DB server certificates [optional]
DbServerName string (Optional) Server name for certificate verification [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
Json bool Set output format to JSON [optional] [default to false]
MysqlDbname string MySQL DB Name [optional]
MysqlHost string MySQL Host [optional] [default to "127.0.0.1"]
MysqlPassword string MySQL Password [optional]
MysqlPort string MySQL Port [optional] [default to "3306"]
MysqlRevocationStatements string MySQL Revocation statements [optional]
MysqlScreationStatements string MySQL Creation statements [optional]
MysqlUsername string MySQL Username [optional]
Name string Dynamic secret name
NewName string Dynamic secret name [optional]
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]
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]
Ssl bool Enable/Disable SSL [true/false] [optional] [default to false]
SslCertificate string SSL connection certificate [optional]
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"]

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