AWSIAMAccountAccessKeyMetadata
No description
type AWSIAMAccountAccessKeyMetadata {
id: String!
createdAt: DateTime!
status: AWSIAMAccountAccessKeyMetadataStatusType!
userName: String!
lastUsed: AWSIAMAccountAccessKeyLastUsed
}
Fields
AWSIAMAccountAccessKeyMetadata.id
● String!
non-null scalar
The ID for this access key
AWSIAMAccountAccessKeyMetadata.createdAt
● DateTime!
non-null scalar
The created date/time
AWSIAMAccountAccessKeyMetadata.status
● AWSIAMAccountAccessKeyMetadataStatusType!
non-null enum
The status of the access key
AWSIAMAccountAccessKeyMetadata.userName
● String!
non-null scalar
The name of the IAM user that the key is associated with
AWSIAMAccountAccessKeyMetadata.lastUsed
● AWSIAMAccountAccessKeyLastUsed
object
The last used details
Member of
AWSIAMUser
object