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

An object representing an identity provider.

interface Identity {
oidc?: OIDC | null;
}

§Properties

§
oidc?: OIDC | null
[src]

An object representing the OpenID Connect identity provider information.