AWS IAM

List access keys

Return information about the access key IDs associated with the specified IAM user.

Inputs

Field

Type

Description

userName [required]

string

The name of the IAM user.

Outputs

Expand All

Field

Type

Description

accessKeyMetadata [required]

[object]

UserName

string

The name of the IAM user that the key is associated with.

AccessKeyId

string

The ID for this access key.

Status

string

The status of the access key. Active means that the key is valid for API calls; Inactive means it is not.

CreateDate

date-time

The date when the access key was created.