You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the MySQL connection.
25
-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Input only. Password for the MySQL connection.
25
+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Input only. Password for the MySQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
26
26
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the MySQL connection, default value is 3306.
27
27
* `sslConfig` (*type:* `GoogleApi.Datastream.V1.Model.MysqlSslConfig.t`, *default:* `nil`) - SSL configuration for the MySQL connection.
28
28
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the MySQL connection.
* `databaseService` (*type:* `String.t`, *default:* `nil`) - Required. Database for the Oracle connection.
26
26
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the Oracle connection.
27
27
* `oracleSslConfig` (*type:* `GoogleApi.Datastream.V1.Model.OracleSslConfig.t`, *default:* `nil`) - Optional. SSL configuration for the Oracle connection.
28
-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the Oracle connection.
28
+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
29
29
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the Oracle connection, default value is 1521.
30
30
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the Oracle connection.
* `database` (*type:* `String.t`, *default:* `nil`) - Required. Database for the PostgreSQL connection.
25
25
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the PostgreSQL connection.
26
-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the PostgreSQL connection.
26
+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
27
27
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the PostgreSQL connection, default value is 5432.
28
28
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the PostgreSQL connection.
* `database` (*type:* `String.t`, *default:* `nil`) - Required. Database for the SQLServer connection.
25
25
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the SQLServer connection.
26
-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the SQLServer connection.
26
+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the SQLServer connection. Mutually exclusive with the `secret_manager_stored_password` field.
27
27
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the SQLServer connection, default value is 1433.
28
28
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the SQLServer connection.
0 commit comments