2.2.1.11 GROUP_TYPE Codes
These values specify the type of a group object. They are used in the groupType attribute. The values are mutually exclusive, except for the GROUP_TYPE_SECURITY_ENABLED bit, which can be combined using a logical OR with any other value.
Constant/value |
Description |
---|---|
GROUP_TYPE_ACCOUNT_GROUP 0x00000002 |
Specifies that the group is an account group. |
GROUP_TYPE_RESOURCE_GROUP 0x00000004 |
Specifies that the group is a resource group. |
GROUP_TYPE_UNIVERSAL_GROUP 0x00000008 |
Specifies that the group is a universal group. |
GROUP_TYPE_SECURITY_ENABLED 0x80000000 |
Specifies that the group's membership is to be included in an authorization context. |
GROUP_TYPE_SECURITY_ACCOUNT 0x80000002 |
A combination of two of the bits shown above for the purposes of this specification. |
GROUP_TYPE_SECURITY_RESOURCE 0x80000004 |
A combination of two of the bits shown above for the purposes of this specification. |
GROUP_TYPE_SECURITY_UNIVERSAL 0x80000008 |
A combination of two of the bits shown above for the purposes of this specification. |