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

SqlActiveDirectoryConfig

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

Active Directory configuration, relevant only for Cloud SQL for SQL Server.

interface SqlActiveDirectoryConfig {
domain?: string;
kind?: string;
}

§Properties

§
domain?: string
[src]

The name of the domain (e.g., mydomain.com).

§
kind?: string
[src]

This is always sql#activeDirectoryConfig.