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<UserTag>? = null, val userArn: String? = null, val username: String? = null)
Constructors
Link copied to clipboard
fun GetUserResult(directoryUserId: String? = null, hierarchyGroupArn: String? = null, identityInfo: UserIdentityInfo? = null, instanceArn: String? = null, phoneConfig: UserPhoneConfig? = null, routingProfileArn: String? = null, securityProfileArns: List<String>? = null, tags: List<UserTag>? = null, userArn: String? = null, username: String? = null)