Skip to content

AD group type to string

ryannewington edited this page Jun 23, 2016 · 1 revision

AD Group Type to String

Summary

This transform extracts the group type 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

Multiple input values

The transform does not support multiple input values

Return Type

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

  • Security
  • Distribution

Usage

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.