createDBTarget is a command that creates a new target. [Deprecated: Use target-create-db command]
| Name | Type | Description | Notes |
|---|---|---|---|
| azure_client_id | str | (Optional) Client id (relevant for "cloud-service-provider" only) | [optional] |
| azure_client_secret | str | (Optional) Client secret (relevant for "cloud-service-provider" only) | [optional] |
| azure_tenant_id | str | (Optional) Tenant id (relevant for "cloud-service-provider" only) | [optional] |
| cloud_service_provider | str | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
| cluster_mode | bool | Cluster Mode | [optional] |
| comment | str | Deprecated - use description | [optional] |
| connection_type | str | Type of connection to mssql database [credentials/cloud-identity/wallet/parent-target] | [default to 'credentials'] |
| db_name | str | [optional] | |
| db_server_certificates | str | (Optional) DB server certificates | [optional] |
| db_server_name | str | (Optional) Server name for certificate verification | [optional] |
| db_type | str | ||
| description | str | Description of the object | [optional] |
| host | str | [optional] | |
| json | bool | Set output format to JSON | [optional] [default to False] |
| key | str | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
| max_versions | str | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
| mongodb_atlas | bool | [optional] | |
| mongodb_atlas_api_private_key | str | MongoDB Atlas private key | [optional] |
| mongodb_atlas_api_public_key | str | MongoDB Atlas public key | [optional] |
| mongodb_atlas_project_id | str | MongoDB Atlas project ID | [optional] |
| mongodb_default_auth_db | str | MongoDB server default authentication database | [optional] |
| mongodb_uri_options | str | MongoDB server URI options | [optional] |
| name | str | Target name | |
| oracle_service_name | str | Oracle db service name | [optional] |
| oracle_wallet_login_type | str | Oracle Wallet login type (password/mtls) | [optional] |
| oracle_wallet_p12_file_data | str | Oracle wallet p12 file data in base64 | [optional] |
| oracle_wallet_sso_file_data | str | Oracle wallet sso file data in base64 | [optional] |
| parent_target_name | str | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
| port | str | [optional] | |
| pwd | str | [optional] | |
| snowflake_account | str | [optional] | |
| snowflake_api_private_key | str | RSA Private key (base64 encoded) | [optional] |
| snowflake_api_private_key_password | str | The Private key passphrase | [optional] |
| ssl | bool | Enable/Disable SSL [true/false] | [optional] [default to False] |
| ssl_certificate | str | SSL connection certificate | [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_name | str | [optional] |