Filter-procedure (List)#
Path: /processing/procedures/filter-procedure
Procedures used for filtering. The procedure’s result function should return a boolean where true means keep. A common use of filter procedures is to filter authenticators for OAuth clients or Service Providers.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | ||
| script | script | required | A JavaScript procedure that can be used to filter items. It should be base-64 encoded to avoid encoding issues | |
| type | enumeration | optional | authenticator | The type of the items filtered by this filter. |