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

Principal

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

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

interface Principal {
serviceAccount?: string;
user?: string;
}

§Properties

§
serviceAccount?: string
[src]

The service account which needs to be granted the permission.

§
user?: string
[src]

The user who needs to be granted permission.