3.1.4.2.4.8 UnifiedGroupIdentityType Simple Type

The UnifiedGroupIdentityType simple type specifies the identity type of a unified group.

 <xs:simpleType name="UnifiedGroupIdentityType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="SmtpAddress"/>
     <xs:enumeration value="LegacyDn"/>
     <xs:enumeration value="ExternalDirectoryObjectId"/>
   </xs:restriction>
 </xs:simpleType>

Value

Meaning

SmtpAddress

The SMTP address of the group.

LegacyDn

The legacy name of the group.

ExternalDirectoryObjectId

The external directory object id.