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

OnPremDomainDetails

import type { OnPremDomainDetails } 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 OnPremDomainDetails {
disableSidFiltering?: boolean;
domainName?: string;
}

§Properties

§
disableSidFiltering?: boolean
[src]

Optional. Option to disable SID filtering.

§
domainName?: string
[src]

Required. FQDN of the on-prem domain being migrated.