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

IdentityConnector

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

The identity connector details which will allow OCI to securely access the resources in the customer project.

interface IdentityConnector {
readonly connectionState?:
| "CONNECTION_STATE_UNSPECIFIED"
| "CONNECTED"
| "PARTIALLY_CONNECTED"
| "DISCONNECTED"
| "UNKNOWN";
readonly serviceAgentEmail?: string;
}

§Properties

§
readonly connectionState?: "CONNECTION_STATE_UNSPECIFIED" | "CONNECTED" | "PARTIALLY_CONNECTED" | "DISCONNECTED" | "UNKNOWN"
[src]

Output only. The connection state of the identity connector.

§
readonly serviceAgentEmail?: string
[src]

Output only. A google managed service account on which customers can grant roles to access resources in the customer project. Example: p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com