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

OnPremDomainSIDDetails

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

OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.

interface OnPremDomainSIDDetails {
name?: string;
sidFilteringState?: "SID_FILTERING_STATE_UNSPECIFIED" | "ENABLED" | "DISABLED";
}

§Properties

§
name?: string
[src]

FQDN of the on-prem domain being migrated.

§
sidFilteringState?: "SID_FILTERING_STATE_UNSPECIFIED" | "ENABLED" | "DISABLED"
[src]

Current SID filtering state.