ADRemoveDomainValve

in AD.

Contoso\bobbyc -> boobyc

[email protected] -> boobyc

If no items are found new value will be set on flow attribute. If items are found new value will be set on first item.

Does not support items sets of more than one.

Properties

Name Description Default value Mandatory Supports property expansion
uid_param_name Source attribute User-Name No Yes
uid_attribute_name New target attribute username No No

Example Configuration

{
	"name": "ADRemoveDomainValve",
	"config": {
		 "uid_param_name":"upn",
		 "uid_attribute_name":"cleanUpn"
		 	  }
}

Requirements