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

ReconfigureTrustRequest

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

Request message for ReconfigureTrust

interface ReconfigureTrustRequest {
targetDnsIpAddresses?: string[];
targetDomainName?: string;
}

§Properties

§
targetDnsIpAddresses?: string[]
[src]

Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.

§
targetDomainName?: string
[src]

Required. The fully-qualified target domain name which will be in trust with current domain.