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

CheckMigrationPermissionResponse

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

CheckMigrationPermissionResponse is the response message for CheckMigrationPermission method.

interface CheckMigrationPermissionResponse {
onpremDomains?: OnPremDomainSIDDetails[];
state?:
| "STATE_UNSPECIFIED"
| "DISABLED"
| "ENABLED"
| "NEEDS_MAINTENANCE";
}

§Properties

§
onpremDomains?: OnPremDomainSIDDetails[]
[src]

The state of SID filtering of all the domains which has trust established.

§
state?: "STATE_UNSPECIFIED" | "DISABLED" | "ENABLED" | "NEEDS_MAINTENANCE"
[src]

The state of DomainMigration.