-
Notifications
You must be signed in to change notification settings - Fork 2
AD group scope to string
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform extracts the group scope 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 returns a single-valued string of one of the following values
The transform does not support multiple input values
- Global
- Universal
- DomainLocal
Input value | Output value |
---|---|
2 | Global |
4 | DomainLocal |
8 | Universal |
If the input value does not contain a flag that represents one of the above values, an error is returned. |