User class

Contains information about a user account for a Amazon Connect instance.

Constructors

User({String? arn, String? directoryUserId, String? hierarchyGroupId, String? id, UserIdentityInfo? identityInfo, UserPhoneConfig? phoneConfig, String? routingProfileId, List<String>? securityProfileIds, Map<String, String>? tags, String? username})
User.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the user account.
final
directoryUserId String?
The identifier of the user account in the directory used for identity management.
final
hashCode int
The hash code for this object.
no setterinherited
hierarchyGroupId String?
The identifier of the hierarchy group for the user.
final
id String?
The identifier of the user account.
final
identityInfo UserIdentityInfo?
Information about the user identity.
final
phoneConfig UserPhoneConfig?
Information about the phone configuration for the user.
final
routingProfileId String?
The identifier of the routing profile for the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityProfileIds List<String>?
The identifiers of the security profiles for the user.
final
tags Map<String, String>?
The tags.
final
username String?
The user name assigned to the user account.
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