GetGroupFilter

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

Constructors

Link copied to clipboard
fun GetGroupFilter(attributePath: String, attributeValue: String)

Functions

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Value for an attribute.