AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Filters to be applied to search results.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.UserSearchFilter

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class UserSearchFilter

The UserSearchFilter type exposes the following members

Constructors

NameDescription
Public Method UserSearchFilter()

Properties

NameTypeDescription
Public Property TagFilter Amazon.Connect.Model.ControlPlaneTagFilter

Gets and sets the property TagFilter.

Public Property UserAttributeFilter Amazon.Connect.Model.ControlPlaneUserAttributeFilter

Gets and sets the property UserAttributeFilter.

An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.

This accepts an OR of AND (List of List) input where:

  • The top level list specifies conditions that need to be applied with OR operator.

  • The inner list specifies conditions that need to be applied with AND operator.

Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5