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

SessionContext

import type { SessionContext } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about a session that was created for an entity that performed an action by using temporary security credentials.

interface SessionContext {
attributes?: SessionContextAttributes | null;
sessionIssuer?: SessionIssuer | null;
}

§Properties

§
attributes?: SessionContextAttributes | null
[src]

The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.

§
sessionIssuer?: SessionIssuer | null
[src]

The source and type of credentials that were issued to the entity.