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

VirtualMFADevice

import type { VirtualMFADevice } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface VirtualMFADevice {
Base32StringSeed?: Uint8Array | null;
EnableDate?: Date | number | null;
QRCodePNG?: Uint8Array | null;
SerialNumber: string;
Tags: Tag[];
User?: User | null;
}

§Properties

§
Base32StringSeed?: Uint8Array | null
[src]
§
EnableDate?: Date | number | null
[src]
§
QRCodePNG?: Uint8Array | null
[src]
§
SerialNumber: string
[src]
§
Tags: Tag[]
[src]
§
User?: User | null
[src]