Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoldengateOciObjectStorageConnectionProperties

import type { GoldengateOciObjectStorageConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The properties of GoldengateOciObjectStorageConnection.

interface GoldengateOciObjectStorageConnectionProperties {
privateKeyFile?: string;
privateKeyPassphraseSecret?: string;
publicKeyFingerprint?: string;
region?: string;
technologyType?: string;
tenancyId?: string;
useResourcePrincipal?: boolean;
userId?: string;
}

§Properties

§
privateKeyFile?: string
[src]

Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.

§
privateKeyPassphraseSecret?: string
[src]

Optional. The passphrase of the private key.

§
publicKeyFingerprint?: string
[src]

Optional. The fingerprint of the API Key of the user specified by the userId.

§
region?: string
[src]

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.

§
technologyType?: string
[src]

Optional. The technology type of OciObjectStorageConnection.

§
tenancyId?: string
[src]

Optional. The OCID of the related OCI tenancy.

§
useResourcePrincipal?: boolean
[src]

Optional. Specifies that the user intends to authenticate to the instance using a resource principal.

§
userId?: string
[src]

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.