VidbPrincipalSearchTerm

VidbPrincipalSearchTerm
VidbPrincipalSearchTerm

One or more field of principal type that can be searched in identity broker

JSON Example
{
    "operator": "string",
    "searchableField": "string",
    "terms": [
        "string"
    ]
}
string
operator
Required

The operator to use when searching principals in identity broker

Possible values are : LIKE, EQUALS, EMPTY, NOT_EMPTY, UNKNOWN,
string
searchableField
Required

Fields that can be searched in identity broker principal lists

Possible values are : USERNAME, DOMAIN, FIRSTNAME, LASTNAME, DISPLAY_NAME, ROLES, IS_ACTIVE, UNKNOWN,
array of string
terms
Optional

Strings to search in the given fields; a match with any of these terms produces a successful search result