Skip to content

aws.iam.get_credential_report

Example SQL Queries

SELECT * FROM
aws.iam.get_credential_report;

Description

Retrieves a credential report for the Amazon Web Services account. For more information about the credential report, see Getting credential reports in the IAM User Guide.

Table Definition

Column NameColumn Data Type
content

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

BLOB
generated_time

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

TIMESTAMP_S
report_format

The format (MIME type) of the credential report.

VARCHAR