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

GetCredentialReportResponse

import type { GetCredentialReportResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the response to a successful "GetCredentialReport" request.

interface GetCredentialReportResponse {
Content?: Uint8Array | null;
GeneratedTime?: Date | number | null;
ReportFormat?: ReportFormatType | null;
}

§Properties

§
Content?: Uint8Array | null
[src]

Contains the credential report. The report is Base64-encoded.

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

The date and time when the credential report was created, in ISO 8601 date-time format.

§
ReportFormat?: ReportFormatType | null
[src]

The format (MIME type) of the credential report.