Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.55 KB

DBConnectionOverride.md

File metadata and controls

22 lines (18 loc) · 1.55 KB

DBConnectionOverride

Properties

Name Type Description Notes
context string Context in which to override (`pdt` is the only allowed value) [optional]
host string Host name/address of server [optional]
port string Port number on server [optional]
username string Username for server authentication [optional]
password string (Write-Only) Password for server authentication [optional]
has_password bool Whether or not the password is overridden in this context [optional]
certificate string (Write-Only) Base64 encoded Certificate body for server authentication (when appropriate for dialect). [optional]
file_type string (Write-Only) Certificate keyfile type - .json or .p12 [optional]
database string Database name [optional]
schema string Scheme name [optional]
jdbc_additional_params string Additional params to add to JDBC connection string [optional]
after_connect_statements string SQL statements (semicolon separated) to issue after connecting to the database. Requires `custom_after_connect_statements` license feature [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

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