UserDetail class

Contains information about an IAM user, including all the user's policies and all the IAM groups the user is in.

This data type is used as a response element in the GetAccountAuthorizationDetails operation.

Constructors

UserDetail({String? arn, List<AttachedPolicy>? attachedManagedPolicies, DateTime? createDate, List<String>? groupList, String? path, AttachedPermissionsBoundary? permissionsBoundary, List<Tag>? tags, String? userId, String? userName, List<PolicyDetail>? userPolicyList})
UserDetail.fromXml(XmlElement elem)
factory

Properties

arn String?
final
attachedManagedPolicies List<AttachedPolicy>?
A list of the managed policies attached to the user.
final
createDate DateTime?
The date and time, in ISO 8601 date-time format, when the user was created.
final
groupList List<String>?
A list of IAM groups that the user is in.
final
hashCode int
The hash code for this object.
no setterinherited
path String?
The path to the user. For more information about paths, see IAM Identifiers in the IAM User Guide.
final
permissionsBoundary AttachedPermissionsBoundary?
The ARN of the policy used to set the permissions boundary for the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
A list of tags that are associated with the specified user. For more information about tagging, see Tagging IAM Identities in the IAM User Guide.
final
userId String?
The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the IAM User Guide.
final
userName String?
The friendly name identifying the user.
final
userPolicyList List<PolicyDetail>?
A list of the inline policies embedded in the user.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited