2.2.5.4 MSOLicenseServiceTypes

Indicates the type of the license services.

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

 <xs:simpleType name="MSOLicenseServiceTypes">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="Unknown"/>
         <xs:enumeration value="ExchangeOnline"/>
         <xs:enumeration value="SharePointOnline"/>
         <xs:enumeration value="LyncOnline"/>
         <xs:enumeration value="IntuneOnline"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table specifies the allowable values for MSOLicenseServiceTypes.

Value

Meaning

None

The type of the license service is "None".

Unknown

The type of the license service is "Unknown".

ExchangeOnline

The type of the license service is "ExchangeOnline".

SharePointOnline

The type of the license service is "SharePointOnline".

LyncOnline

The type of the license service is "LyncOnline".

IntuneOnline

The type of the license service is "IntuneOnline".