Skip to content

Generate Credential Report

iam_generate_credential_report R Documentation

Generates a credential report for the Amazon Web Services account

Description

Generates 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_generate_credential_report()

Value

A list with the following syntax:

list(
  State = "STARTED"|"INPROGRESS"|"COMPLETE",
  Description = "string"
)