Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.26 KB

GatewayCreateProducerMSSQL.md

File metadata and controls

32 lines (28 loc) · 2.26 KB

GatewayCreateProducerMSSQL

gatewayCreateProducerMSSQL is a command that creates mssql producer [Deprecated: Use dynamic-secret-create-mssql command]

Properties

Name Type Description Notes
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
json bool Set output format to JSON [optional] [default to False]
mssql_create_statements str MSSQL Creation statements [optional]
mssql_dbname str MSSQL Name [optional]
mssql_host str MSSQL Host [optional] [default to '127.0.0.1']
mssql_password str MSSQL Password [optional]
mssql_port str MSSQL Port [optional] [default to '1433']
mssql_revocation_statements str MSSQL Revocation statements [optional]
mssql_username str MSSQL Username [optional]
name str Dynamic secret name
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_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]
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]