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

FirstPartyPrincipal

import type { FirstPartyPrincipal } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";

First party identity principal.

interface FirstPartyPrincipal {
principalEmail?: string;
serviceMetadata?: {
[key: string]: any;
}
;
}

§Properties

§
principalEmail?: string
[src]

The email address of a Google account. .

§
serviceMetadata?: {
[key: string]: any;
}
[src]

Metadata about the service that uses the service account. .