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

GenerateAutonomousDatabaseWalletRequest

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

The request for AutonomousDatabase.GenerateWallet.

interface GenerateAutonomousDatabaseWalletRequest {
isRegional?: boolean;
password?: string;
type?: "GENERATE_TYPE_UNSPECIFIED" | "ALL" | "SINGLE";
}

§Properties

§
isRegional?: boolean
[src]

Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.

§
password?: string
[src]

Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.

§
type?: "GENERATE_TYPE_UNSPECIFIED" | "ALL" | "SINGLE"
[src]

Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.