AWSIAMUser
No description
type AWSIAMUser {
metadata: ResourceMetadata!
arn: String!
createdAt: DateTime!
passwordLastUsedAt: DateTime
path: String!
permissionsBoundary: AWSIAMUserAttachedPermissionsBoundary!
tags: [AWSTag!]!
id: String!
name: String!
mfaDevices: [AWSIAMMFADevice!]!
policies: [AWSIAMUserPolicy!]!
accessKeys: [AWSIAMAccountAccessKeyMetadata!]!
}
Fields
AWSIAMUser.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSIAMUser.arn ● String! non-null scalar
The Amazon Resource Name (ARN) that identifies the user
AWSIAMUser.createdAt ● DateTime! non-null scalar
The created date/time
AWSIAMUser.passwordLastUsedAt ● DateTime scalar
Indicates when the user's password was last used to sign in to an Amazon Web Services website
AWSIAMUser.path ● String! non-null scalar
The path to the user. For more information, see "https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html"
AWSIAMUser.permissionsBoundary ● AWSIAMUserAttachedPermissionsBoundary! non-null object
The permissions boundaries. For more information, "https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html"
AWSIAMUser.tags ● [AWSTag!]! non-null object
A list of tags that are associated with the user. For more information, see "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html"
AWSIAMUser.id ● String! non-null scalar
The stable and unique string identifying the user. For more information, see "https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html"
AWSIAMUser.name ● String! non-null scalar
The friendly name identifying the user
AWSIAMUser.mfaDevices ● [AWSIAMMFADevice!]! non-null object
The MFA devices
AWSIAMUser.policies ● [AWSIAMUserPolicy!]! non-null union
The attached policie names on the user
AWSIAMUser.accessKeys ● [AWSIAMAccountAccessKeyMetadata!]! non-null object
The access keys
Member of
AWSIAM object