PropertySIDBinaryToStringValve

Valve for converting a binary objectSID property, to a new string objectSID property.

Properties

Name Description Default value Mandatory Supports property expansion
dest Name of the property containing the binary objectSID value.   Yes Yes
source Name of the property to be created with the string objectSID value.   Yes Yes

Example Configuration

{
        "name": "PropertySIDBinaryToStringValve",
        "config": {
            "dest":"objectSID",
            "source":"strObjectSID"
         }
}

Requirements