Identity
import type { Identity } from "https://googleapis.deno.dev/v1/apphub:v1.ts";The identity associated with a service or workload.
interface Identity {
readonly principal?: string;
}import type { Identity } from "https://googleapis.deno.dev/v1/apphub:v1.ts";The identity associated with a service or workload.