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 {
adminCredentialSecretName?: string;
dnsServers?: string[];
domain?: string;
kind?: string;
mode?: "ACTIVE_DIRECTORY_MODE_UNSPECIFIED" | "MANAGED_ACTIVE_DIRECTORY" | "SELF_MANAGED_ACTIVE_DIRECTORY";
organizationalUnit?: string;
}

§Properties

§
adminCredentialSecretName?: string
[src]

Optional. The secret manager key storing the administrator credential. (e.g., projects/{project}/secrets/{secret}).

§
dnsServers?: string[]
[src]

Optional. Domain controller IPv4 addresses used to bootstrap Active Directory.

§
domain?: string
[src]

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

§
kind?: string
[src]

This is always sql#activeDirectoryConfig.

§
mode?: "ACTIVE_DIRECTORY_MODE_UNSPECIFIED" | "MANAGED_ACTIVE_DIRECTORY" | "SELF_MANAGED_ACTIVE_DIRECTORY"
[src]

Optional. The mode of the Active Directory configuration.

§
organizationalUnit?: string
[src]

Optional. The organizational unit distinguished name. This is the full hierarchical path to the organizational unit.