new SetGroupCandidateQueryRequest(query, groupGuid, containerId, searchScope)
Object SetGroupCandidateQueryRequest
Usage:
RestApiService.getOrgModelService().setGroupCandidateQuery(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
query |
string | The LDAP query that identifies candidate resources. |
groupGuid |
string | Identifier of the group to which the candidate query is to be assigned. |
containerId |
number | (Java type: long) Identifier of the LDAP container in which the LDAP search is to be performed, and to which generated resources should be assigned. |
searchScope |
string | The scope on which an LDAP search is to be performed. The valid entries are either: ONELEVEL (only the elements directly within the Base-DN level are searched) or SUBTREE (elements directly within, and below, the Base-DN level are searched). |
- Since:
- 4.0.0
Members
baseDn :string
Query parameter: 'basedn' (optional) The base-DN to which the LDAP search is to be restricted.
Type:
- string
- Since:
- 4.0.0