SessionPropertyReplaceValve
Note
Replaces a session property.
Only single property can be replaced.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| name | Name of the property. | Yes | Yes | |
| value | Value of the property. | Yes | Yes |
Example Configuration
{
"name":"SessionPropertyReplaceValve",
"config":{
"name":"display_name",
"value":"{{item.cn}}"
}
}
Requirements
A session must be loaded prior to executing this valve.