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
fun GetUserResult(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)