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

CloudAccountDetails

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

Details of the OCI Cloud Account.

interface CloudAccountDetails {
readonly accountCreationUri?: string;
readonly cloudAccount?: string;
readonly cloudAccountHomeRegion?: string;
readonly linkExistingAccountUri?: string;
}

§Properties

§
readonly accountCreationUri?: string
[src]

Output only. URL to create a new account and link.

§
readonly cloudAccount?: string
[src]

Output only. OCI account name.

§
readonly cloudAccountHomeRegion?: string
[src]

Output only. OCI account home region.

§
readonly linkExistingAccountUri?: string
[src]

Output only. URL to link an existing account.