2.2.5.2 ActiveDirectoryGroupType
The ActiveDirectoryGroupType simple type defines the three allowable types of groups (Unknown, Distribution, and Security).
This enumeration simple type is used to specify the type of the GroupType element. It indicates the type of group that is specified in the ActiveDirectoryGroup element.
-
<xs:simpleType name="ActiveDirectoryGroupType"> <xs:restriction base="xs:string"> <xs:enumeration value="Unknown" /> <xs:enumeration value="Distribution" /> <xs:enumeration value="Security" /> </xs:restriction> </xs:simpleType>
|
Value |
Meaning |
|---|---|
|
Unknown |
The type of group represented is unknown. |
|
Distribution |
The group does not represent a group of security principals. |
|
Security |
The group represents a group of security principals. |