AWSIAMCredentialReportRecord
No description
type AWSIAMCredentialReportRecord {
user: String!
arn: String!
userCreatedAt: DateTime
passwordEnabled: Boolean!
passwordLastUsedAt: DateTime
passwordLastChangedAt: DateTime
passwordNextRotatedAt: DateTime
mfaActive: Boolean!
accessKey1Active: Boolean!
accessKey1LastRotatedAt: DateTime
accessKey1LastUsedAt: DateTime
accessKey1LastUsedRegion: String!
accessKey1LastUsedService: String!
accessKey2Active: Boolean!
accessKey2LastRotatedAt: DateTime
accessKey2LastUsedAt: DateTime
accessKey2LastUsedRegion: String!
accessKey2LastUsedService: String!
certificate1Active: Boolean!
certificate1LastRotatedAt: DateTime
certificate2Active: Boolean!
certificate2LastRotatedAt: DateTime
}
Fields
AWSIAMCredentialReportRecord.user
● String!
non-null scalar
User
AWSIAMCredentialReportRecord.arn
● String!
non-null scalar
Amazon Resource Name (ARN)
AWSIAMCredentialReportRecord.userCreatedAt
● DateTime
scalar
The user created date/time
AWSIAMCredentialReportRecord.passwordEnabled
● Boolean!
non-null scalar
Indicates whether user's password is enabled
AWSIAMCredentialReportRecord.passwordLastUsedAt
● DateTime
scalar
The last used date/time of a user's password
AWSIAMCredentialReportRecord.passwordLastChangedAt
● DateTime
scalar
The last changed date/time of a user's password
AWSIAMCredentialReportRecord.passwordNextRotatedAt
● DateTime
scalar
The last rotated date/time of a user's password
AWSIAMCredentialReportRecord.mfaActive
● Boolean!
non-null scalar
Indicates whether the MFA is active or not
AWSIAMCredentialReportRecord.accessKey1Active
● Boolean!
non-null scalar
Indicates whether the user's access key 1 is active or not
AWSIAMCredentialReportRecord.accessKey1LastRotatedAt
● DateTime
scalar
The last rotated date/time of a user's access key 1
AWSIAMCredentialReportRecord.accessKey1LastUsedAt
● DateTime
scalar
The last used date/time of a user's access key 1
AWSIAMCredentialReportRecord.accessKey1LastUsedRegion
● String!
non-null scalar
The last used region of a user's access key 1
AWSIAMCredentialReportRecord.accessKey1LastUsedService
● String!
non-null scalar
The last used service of a user's access key 1
AWSIAMCredentialReportRecord.accessKey2Active
● Boolean!
non-null scalar
Indicates whether the user's access key 2 is active or not
AWSIAMCredentialReportRecord.accessKey2LastRotatedAt
● DateTime
scalar
The last rotated date/time of a user's access key 2
AWSIAMCredentialReportRecord.accessKey2LastUsedAt
● DateTime
scalar
The last used date/time of a user's access key 2
AWSIAMCredentialReportRecord.accessKey2LastUsedRegion
● String!
non-null scalar
The last used region of a user's access key 2
AWSIAMCredentialReportRecord.accessKey2LastUsedService
● String!
non-null scalar
The last used service of a user's access key 2
AWSIAMCredentialReportRecord.certificate1Active
● Boolean!
non-null scalar
Indicates whether the user's certificate 1 is active or not
AWSIAMCredentialReportRecord.certificate1LastRotatedAt
● DateTime
scalar
The last rotated date/time of a user's certificate 1
AWSIAMCredentialReportRecord.certificate2Active
● Boolean!
non-null scalar
Indicates whether the user's certificate 2 is active or not
AWSIAMCredentialReportRecord.certificate2LastRotatedAt
● DateTime
scalar
The last rotated date/time of a user's certificate 2
Member of
AWSIAMCredentialReport
object