Class GoldengateSnowflakeConnectionProperties
The properties of GoldengateSnowflakeConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateSnowflakeConnectionProperties : IDirectResponseSchema
Properties
AuthenticationType
Optional. Used authentication mechanism to access Snowflake.
Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectionUrl
Optional. JDBC connection URL. e.g.: 'jdbc:snowflake://.snowflakecomputing.com/?warehouse=&db='
Declaration
[JsonProperty("connectionUrl")]
public virtual string ConnectionUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses to connect to Snowflake platform in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect to Snowflake platform. Format: projects/{project}/secrets/{secret}/versions/{version}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateKeyFile
Optional. The content of private key file in PEM format.
Declaration
[JsonProperty("privateKeyFile")]
public virtual string PrivateKeyFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateKeyPassphraseSecret
Optional. Password if the private key file is encrypted.
Declaration
[JsonProperty("privateKeyPassphraseSecret")]
public virtual string PrivateKeyPassphraseSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of SnowflakeConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username Oracle Goldengate uses to connect to Snowflake.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |