2.2.5.14 GroupType

The GroupType simple type specifies the type (source) of a security group.

The following is the XML schema definition of the GroupType simple type.

   <xs:simpleType name="GroupType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="None" />
       <xs:enumeration value="InternalGroup" />
       <xs:enumeration value="ActiveDirectoryGroup" />
       <xs:enumeration value="LocalGroup" />
       <xs:enumeration value="OtherGroup">
         <xs:annotation>
           <xs:appinfo>
             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">99</EnumerationValue>
           </xs:appinfo>
         </xs:annotation>
       </xs:enumeration>
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

None

The group type is unspecified.

InternalGroup

This value MUST NOT be used.

ActiveDirectoryGroup

The group is an Active Directory group.

LocalGroup

The group is defined on the local machine.

OtherGroup

The group is other than a local server group.