Amazon IAM · Schema

AccessKey

AccessKey schema from AWS IAM API

Access ManagementAuthenticationAuthorizationAWSIdentitySecurity

Properties

Name Type Description
UserName string The name of the IAM user the access key is associated with.
AccessKeyId string The ID for this access key.
Status string The status of the access key.
SecretAccessKey string The secret key used to sign requests. Only returned on creation.
CreateDate string The date when the access key was created.
View JSON Schema on GitHub