aws.iam.get_credential_report
Example SQL Queries
SELECT * FROMaws.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 Name | Column 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 |