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://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";

The identifier issued to this resource by an external identity provider.

interface ExternalId {
Id: string;
Issuer: string;
}

§Properties

§
Id: string
[src]

The identifier issued to this resource by an external identity provider.

§
Issuer: string
[src]

The issuer for an external identifier.