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

ThirdPartyPrincipal

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

Third party identity principal.

interface ThirdPartyPrincipal {
thirdPartyClaims?: {
[key: string]: any;
}
;
}

§Properties

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

Metadata about third party identity.