Skip to main content

IIAMAccessKeyMetadata

Interface in AWS.IAM

Interface for IAM AccessKeyMetadata.

Properties

AccessKeyId

property AccessKeyId: string

The ID of the access key.

CreateDate

property CreateDate: TOptional<TDateTime>

The date and time when the access key was created.

Status

property Status: string

The status of the access key.

Valid values: Active | Inactive.

UserName

property UserName: string

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