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

SqlServerEntraIdConfig

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

SQL Server Entra ID configuration.

interface SqlServerEntraIdConfig {
applicationId?: string;
readonly kind?: string;
tenantId?: string;
}

§Properties

§
applicationId?: string
[src]

Optional. The application ID for the Entra ID configuration.

§
readonly kind?: string
[src]

Output only. This is always sql#sqlServerEntraIdConfig

§
tenantId?: string
[src]

Optional. The tenant ID for the Entra ID configuration.