get_account: Get Account Details

Description Usage Arguments Details Value Examples

View source: R/get_account.R

Description

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

Usage

1
2
3
4
5

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

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.

Value

A list containing various account details.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# account details
get_aaccount()

# big list of authorizations
auth_details()

## End(Not run)

aws.iam documentation built on April 14, 2020, 5:31 p.m.