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

SessionContextAttributes

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

Provides information about the context in which temporary security credentials were issued to an entity.

interface SessionContextAttributes {
creationDate?: Date | number | null;
mfaAuthenticated?: boolean | null;
}

§Properties

§
creationDate?: Date | number | null
[src]

The date and time, in UTC and ISO 8601 format, when the credentials were issued.

§
mfaAuthenticated?: boolean | null
[src]

Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.