Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.91 KB

File metadata and controls

42 lines (34 loc) · 2.91 KB

DynamicSecretCreatePostgreSql

dynamicSecretCreatePostgreSql is a command that creates postgresql dynamic secret

Properties

Name Type Description Notes
creationStatements String PostgreSQL Creation statements [optional]
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 Map<String, String> Additional custom fields to associate with the item [optional]
json Boolean Set output format to JSON [optional]
name String Dynamic secret name
passwordLength String The length of the password to be generated [optional]
postgresqlDbName String PostgreSQL DB Name [optional]
postgresqlHost String PostgreSQL Host [optional]
postgresqlPassword String PostgreSQL Password [optional]
postgresqlPort String PostgreSQL Port [optional]
postgresqlUsername String PostgreSQL Username [optional]
producerEncryptionKey String Dynamic producer encryption key [optional]
revocationStatement String PostgreSQL Revocation statements [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 Boolean Enable Web Secure Remote Access [optional]
ssl Boolean Enable/Disable SSL [true/false] [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]