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

DomainJoinMachineRequest

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

DomainJoinMachineRequest is the request message for DomainJoinMachine method

interface DomainJoinMachineRequest {
force?: boolean;
ouName?: string;
vmIdToken?: string;
}

§Properties

§
force?: boolean
[src]

Optional. force if True, forces domain join even if the computer account already exists.

§
ouName?: string
[src]

Optional. OU name where the VM needs to be domain joined

§
vmIdToken?: string
[src]

Required. Full instance id token of compute engine VM to verify instance identity. More about this: https://cloud.google.com/compute/docs/instances/verifying-instance-identity#request_signature