Skip to content

Get Credential Report

iam_get_credential_report R Documentation

Retrieves a credential report for the Amazon Web Services account

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.

Usage

iam_get_credential_report()

Value

A list with the following syntax:

list(
  Content = raw,
  ReportFormat = "text/csv",
  GeneratedTime = as.POSIXct(
    "2015-01-01"
  )
)