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

DnsBindPermission

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

DnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.

interface DnsBindPermission {
readonly name?: string;
readonly principals?: Principal[];
}

§Properties

§
readonly name?: string
[src]

Required. Output only. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource and location can only be global. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

§
readonly principals?: Principal[]
[src]

Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.