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

SqlServerEncryptionOptions

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

Encryption settings for the SQL Server database.

interface SqlServerEncryptionOptions {
certPath?: string;
pvkPassword?: string;
pvkPath?: string;
}

§Properties

§
certPath?: string
[src]

Required. Path to certificate.

§
pvkPassword?: string
[src]

Required. Input only. Private key password.

§
pvkPath?: string
[src]

Required. Path to certificate private key.