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

ExternalId

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

An identifier from an external entity related to the person.

interface ExternalId {
readonly formattedType?: string;
metadata?: FieldMetadata;
type?: string;
value?: string;
}

§Properties

§
readonly formattedType?: string
[src]

Output only. The type of the event translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the external ID.

§
type?: string
[src]

The type of the external ID. The type can be custom or one of these predefined values: * account * customer * loginId * network * organization

§
value?: string
[src]

The value of the external ID.