Class GoldengateOracleNosqlConnectionProperties
The properties of GoldengateOracleNosqlConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateOracleNosqlConnectionProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateKeyFile
Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
Declaration
[JsonProperty("privateKeyFile")]
public virtual string PrivateKeyFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateKeyPassphraseSecret
Optional. The passphrase of the private key.
Declaration
[JsonProperty("privateKeyPassphraseSecret")]
public virtual string PrivateKeyPassphraseSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublicKeyFingerprint
Optional. The fingerprint of the API Key of the user specified by the userId.
Declaration
[JsonProperty("publicKeyFingerprint")]
public virtual string PublicKeyFingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Optional. The name of the region. e.g.: us-ashburn-1
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of OracleNosqlConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenancyId
Optional. The OCID of the OCI tenancy.
Declaration
[JsonProperty("tenancyId")]
public virtual string TenancyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UseResourcePrincipal
Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
Declaration
[JsonProperty("useResourcePrincipal")]
public virtual bool? UseResourcePrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
UserId
Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |