aws.iam (version 0.1.7)

get_account: Get Account Details

Description

Retrieve IAM Account Details. This is useful as a “hello world!” test.

Usage

get_account(...)

credential_report(...)

auth_details(type, n, marker, ...)

Arguments

Additional arguments passed to iamHTTP.

type

An optional character string specifying one or more types of reports to return.

n

An integer specifying the number of responses to return.

marker

A character string specifying a marker (from a previous response) to use in paginating results

Value

A list containing various account details.

Details

get_account returns a list of account details. credential_report generates and/or retrieves a credential report. auth_details returns a list of group, user, role, and policy details.

Examples

Run this code

# account details
get_aaccount()

# big list of authorizations
auth_details()

Run the code above in your browser using DataCamp Workspace