Class: ListPagedCandidateResourcesRequest

tibco.objectapi.service.request.ListPagedCandidateResourcesRequest

new ListPagedCandidateResourcesRequest(containerId, pageSize)

Object ListPagedCandidateResourcesRequest Usage: RestApiService.getDirectoryService().listPagedCandidateResources(request, callback);
Parameters:
Name Type Description
containerId number (Java type: long) Tdentifies the LDAP container from which the candidates are to be listed.
pageSize number (Java type: int) Maximum number of results to be returned in result set.
Since:
  • 4.0.0

Members

bookmark :string

Query parameter: 'bookmark' This parameter is not passed in the first call to get paged results; it is obtained from the response to the first call, then passed in subsequent calls to get additional pages of results - must be Base64 encoded.
Type:
  • string
Since:
  • 4.0.0

includes :string

Query parameter: 'include' (optional, default=ALL) Determines what entries should be included in the response. The valid values are:
  • EXISTING: include only entries from which a resource has already been created.
  • NON-EXISTING: include only entries from which no resource has yet been created.
  • ALL: include both existing and non-existing candidate resources.
  • INVALID: include only the "invalid" resources. These are typically "missing" resources, which means that the resource's DN in the LDAP source has changed and no longer matches the DN that had previously been retrieved for the resource from the LDAP source.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = ALL