2.2.4.48 MSOLicense

The MSOLicense type contains the license information for the online service.

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

 <xs:complexType name="MSOLicense">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="AccountName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Services" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" type="q3:ReadOnlyCollectionOfMSOLicenseServicepPGX_Pb6b"/>
     <xs:element minOccurs="0" maxOccurs="1" name="SkuId" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

AccountName: The account name of the license.

Services: The service of the license.

SkuId: The SKU ID of the license.