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

ActiveDirectory

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

Active directory details

interface ActiveDirectory {
dnsAddress?: string;
domain?: string;
domainUsername?: string;
secretManagerSecret?: string;
type?: "ACTIVE_DIRECTORY_TYPE_UNSPECIFIED" | "GCP_MANAGED" | "SELF_MANAGED";
}

§Properties

§
dnsAddress?: string
[src]

Optional. DNS IP address

§
domain?: string
[src]

Optional. human readable form of a domain such as “google.com”.

§
domainUsername?: string
[src]

Optional. domain username

§
secretManagerSecret?: string
[src]

Required. secret_manager_secret

§
type?: "ACTIVE_DIRECTORY_TYPE_UNSPECIFIED" | "GCP_MANAGED" | "SELF_MANAGED"
[src]

Required. active directory type