Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.6 KB

DynamicSecretUpdateMySql.md

File metadata and controls

37 lines (33 loc) · 2.6 KB

DynamicSecretUpdateMySql

dynamicSecretUpdateMySql is a command that updates mysql dynamic secret

Properties

Name Type Description Notes
db_server_certificates str (Optional) DB server certificates [optional]
db_server_name str (Optional) Server name for certificate verification [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
json bool Set output format to JSON [optional] [default to False]
mysql_dbname str MySQL DB Name [optional]
mysql_host str MySQL Host [optional] [default to '127.0.0.1']
mysql_password str MySQL Password [optional]
mysql_port str MySQL Port [optional] [default to '3306']
mysql_revocation_statements str MySQL Revocation statements [optional]
mysql_screation_statements str MySQL Creation statements [optional]
mysql_username str MySQL Username [optional]
name str Dynamic secret name
new_name str Dynamic secret name [optional]
password_length str The length of the password to be generated [optional]
producer_encryption_key_name str Dynamic producer encryption key [optional]
secure_access_bastion_issuer str Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
secure_access_enable str Enable/Disable secure remote access [true/false] [optional]
secure_access_host list[str] Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) [optional]
secure_access_web bool Enable Web Secure Remote Access [optional] [default to False]
ssl bool Enable/Disable SSL [true/false] [optional] [default to False]
ssl_certificate str SSL connection certificate [optional]
tags list[str] Add tags attached to this object [optional]
target_name str Target name [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
user_ttl str User TTL [optional] [default to '60m']

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