Get User Result
data class GetUserResult(val directoryUserId: String? = null, val hierarchyGroupArn: String? = null, val identityInfo: UserIdentityInfo? = null, val instanceArn: String? = null, val phoneConfig: UserPhoneConfig? = null, val routingProfileArn: String? = null, val securityProfileArns: List<String>? = null, val tags: List<Tag>? = null, val userArn: String? = null, val userProficiencies: List<UserProficiency>? = null, val username: String? = null)
Constructors
Link copied to clipboard
constructor(directoryUserId: String? = null, hierarchyGroupArn: String? = null, identityInfo: UserIdentityInfo? = null, instanceArn: String? = null, phoneConfig: UserPhoneConfig? = null, routingProfileArn: String? = null, securityProfileArns: List<String>? = null, tags: List<Tag>? = null, userArn: String? = null, userProficiencies: List<UserProficiency>? = null, username: String? = null)
Properties
Link copied to clipboard
The identifier of the user account in the directory used for identity management.
Link copied to clipboard
The identifier of the hierarchy group for the user.
Link copied to clipboard
The information about the identity of the user.
Link copied to clipboard
The identifier of the Amazon Connect instance.
Link copied to clipboard
The phone settings for the user.
Link copied to clipboard
The identifier of the routing profile for the user.
Link copied to clipboard
One or more security profile arns for the user
Link copied to clipboard
One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.