Learn R Programming

paws.security.identity (version 0.1.11)

iam_get_credential_report: Retrieves a credential report for the AWS account

Description

Retrieves a credential report for the AWS account. For more information about the credential report, see Getting Credential Reports in the IAM User Guide.

Usage

iam_get_credential_report()

Arguments

Value

A list with the following syntax:

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