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

ServiceAccountDelegationInfo

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

Identity delegation history of an authenticated service account.

interface ServiceAccountDelegationInfo {
principalEmail?: string;
principalSubject?: string;
}

§Properties

§
principalEmail?: string
[src]

The email address of a Google account.

§
principalSubject?: string
[src]

A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]