Class GoldengateOciObjectStorageConnectionProperties
The properties of GoldengateOciObjectStorageConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateOciObjectStorageConnectionProperties : 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 of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of OciObjectStorageConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenancyId
Optional. The OCID of the related 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 Object Storage. The user must have write access to the bucket they want to connect to.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |