PropertyRenameValve
Rename property.
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 |
---|---|---|---|---|
source | The name of the source property. | Yes | Yes | |
dest | The new name to set. | Yes | Yes |
Example Configuration
{
"name": "PropertyRenameValve",
"config": {
"source":"username",
"dest":"uid"
}
}
Requirements
Item set must have at least one entry.