Skip to content

AD group scope to string

ryannewington edited this page Jun 23, 2016 · 1 revision

AD Group Scope to String

Summary

This transform extracts the group scope as a FIM portal-compatible string from the active directory groupType bitmasked attribute.

Parameters

This transform has no configuration parameters.

Input Type

The transform accepts a single integer value as an input. The value must be a valid combination of group type flags

Return Type

The transform returns a single-valued string of one of the following values

Multiple input values

The transform does not support multiple input values

  • Global
  • Universal
  • DomainLocal

Usage

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.