Get User Result
data class GetUserResult(val arn: String, val directoryUserId: String, val hierarchyGroupId: String, val id: String, val identityInfos: List<GetUserIdentityInfo>, val instanceId: String, val name: String, val phoneConfigs: List<GetUserPhoneConfig>, val routingProfileId: String, val securityProfileIds: List<String>, val tags: Map<String, String>, val userId: String)
A collection of values returned by getUser.
Constructors
Link copied to clipboard
constructor(arn: String, directoryUserId: String, hierarchyGroupId: String, id: String, identityInfos: List<GetUserIdentityInfo>, instanceId: String, name: String, phoneConfigs: List<GetUserPhoneConfig>, routingProfileId: String, securityProfileIds: List<String>, tags: Map<String, String>, userId: String)
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
A block that contains information about the identity of the user. Documented below.
Link copied to clipboard
Specifies the identifier of the hosting Amazon Connect Instance.
Link copied to clipboard
A block that contains information about the phone settings for the user. Documented below.
Link copied to clipboard
The identifier of the routing profile for the user.
Link copied to clipboard
A list of identifiers for the security profiles for the user.