EntityInfo class

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

Constructors

EntityInfo({required String arn, required String id, required String name, required PolicyOwnerEntityType type, String? path})
EntityInfo.fromXml(XmlElement elem)
factory

Properties

arn String
final
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the entity (user or role).
final
name String
The name of the entity (user or role).
final
path String?
The path to the entity (user or role). For more information about paths, see IAM Identifiers in the IAM User Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PolicyOwnerEntityType
The type of entity (user or role).
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