Class: ListRolesExtRequest

tibco.objectapi.service.request.ListRolesExtRequest

new ListRolesExtRequest(targets)

Object ListRolesExtRequest Usage: RestApiService.getRoleService().listRolesExt(request, callback);
Parameters:
Name Type Description
targets Array.<string> (Java type: List) (optional) List of targets (groups or positions). If specified, roles mapped to the targets are returned. If omitted, all roles are returned. The list should be passed in the body as a JSON array.
Since:
  • 4.0.0

Members

forceReload :boolean

Query parameter: 'forceReload' Forces a reload of the roles. If omitted, or false, the Roles server returns cached values loaded at startup.
Type:
  • boolean
Since:
  • 4.0.0
Default Value:
  • = false