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

DbHome

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

Details of the Database Home resource.

interface DbHome {
database?: Database;
dbVersion?: string;
displayName?: string;
isUnifiedAuditingEnabled?: boolean;
}

§Properties

§
database?: Database
[src]

Required. The Database resource.

§
dbVersion?: string
[src]

Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.

§
displayName?: string
[src]

Optional. The display name for the Database Home. The name does not have to be unique within your project.

§
isUnifiedAuditingEnabled?: boolean
[src]

Optional. Whether unified auditing is enabled for the Database Home.