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

Enumeration: LIKE, EQUALS, EMPTY, NOT_EMPTY, UNKNOWN
string
searchableField
Required  

Fields that can be searched in identity broker principal lists

Enumeration: USERNAME, DOMAIN, FIRSTNAME, LASTNAME, DISPLAY_NAME, ROLES, IS_ACTIVE, DN, ID, 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