2.2.4.52 MSOTenantInformation

The MSOTenantInformation type contains the tenant information for the online service.

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

 <xs:complexType name="MSOTenantInformation">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Activated" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Address" nillable="true" type="tns6:CompanyAddress"/>
     <xs:element minOccurs="0" maxOccurs="1" name="CompanyName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="InitialDomain" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="LicenseSuite" nillable="true" xmlns:q4="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" type="q4:ReadOnlyCollectionOfMSOLicenseSuitepPGX_Pb6b"/>
     <xs:element minOccurs="0" maxOccurs="1" name="PrimaryDomain" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="TechnicalContact" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Activated: A flag that indicates whether the online account is activated for this tenant.

Address: The address of the company.

CompanyName: The name of the company.

InitialDomain: The initial domain.

LicenseSuite: The license suite.

PrimaryDomain: The primary domain.

TechnicalContact: The technical contact information.