GetUserFilter

data class GetUserFilter(val attributePath: String, val attributeValue: String) : ConvertibleToJava<GetUserFilter>

Constructors

Link copied to clipboard
constructor(attributePath: String, attributeValue: String)

Properties

Link copied to clipboard

Attribute path that is used to specify which attribute name to search. Currently, UserName is the only valid attribute path.

Link copied to clipboard

Value for an attribute.

Functions

Link copied to clipboard
open override fun toJava(): GetUserFilter