2.2.5.3 MSODomainTypes

Indicates the type of the domain for the online services.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AzureADObjectModel

 <xs:simpleType name="MSODomainTypes">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Email"/>
     <xs:enumeration value="SharePoint"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for MSODomainTypes.

Value

Meaning

None

The type of the domain is None.

Email

The type of the domain is email.

SharePoint

The type of the domain is SharePoint.