PropertyRemoveValve
Note
Valve to remove from an item property.
This valve provides the opposite functionality of PropertyKeepValve.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
name | List of properties to remove. | Yes | No |
Example Configuration
{
"name": "PropertyRemoveValve",
"config": {
"name":"givenName,description,mail"
}
}
Requirements
Item set must have at least one entry.