get_account {aws.iam} | R Documentation |
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 |
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
## Not run:
# account details
get_aaccount()
# big list of authorizations
auth_details()
## End(Not run)
[Package aws.iam version 0.1.8 Index]