-
Notifications
You must be signed in to change notification settings - Fork 2
AD group type to string
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform extracts the group type as a FIM portal-compatible string from the active directory groupType bitmasked attribute.
This transform has no configuration parameters.
The transform accepts a single integer value as an input. The value must be a valid combination of group type flags
The transform does not support multiple input values
The transform returns a single-valued string of one of the following values
- Security
- Distribution
Input value | Output value |
---|---|
0x00000000 | Distribution |
0x80000000 | Security |
If the input value does not contain a flag that represents one of the above values, an error is returned.