Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.42 KB

DynamicSecretCreatePostgreSql.md

File metadata and controls

34 lines (30 loc) · 2.42 KB

DynamicSecretCreatePostgreSql

dynamicSecretCreatePostgreSql is a command that creates postgresql dynamic secret

Properties

Name Type Description Notes
creation_statements str PostgreSQL Creation statements [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]
name str Dynamic secret name
password_length str The length of the password to be generated [optional]
postgresql_db_name str PostgreSQL DB Name [optional]
postgresql_host str PostgreSQL Host [optional] [default to '127.0.0.1']
postgresql_password str PostgreSQL Password [optional]
postgresql_port str PostgreSQL Port [optional] [default to '5432']
postgresql_username str PostgreSQL Username [optional]
producer_encryption_key str Dynamic producer encryption key [optional]
revocation_statement str PostgreSQL Revocation statements [optional]
secure_access_bastion_issuer str Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
secure_access_db_schema str The DB schema [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]
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]