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

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;
}

§Properties

§
readonly principal?: string
[src]

Output only. The principal of the identity. Supported formats: * sa://my-sa@PROJECT_ID.iam.gserviceaccount.com for GCP Service Account * principal://POOL_ID.global.PROJECT_NUMBER.workload.id.goog/ns/NAMESPACE_ID/sa/MANAGED_IDENTITY_ID for Managed Workload Identity