2.2.4.47 MSODomain

The MSODomain type contains the domain information for the online service.

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

 <xs:complexType name="MSODomain">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="CapabilityType" nillable="true" type="tns6:MSODomainTypes"/>
     <xs:element minOccurs="0" maxOccurs="1" name="IsPrimary" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="IsVerified" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Name" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

CapabilityType: The domain type.

IsPrimary: A flag that indicates whether this domain is primary.

IsVerified: A flag that indicates whether this domain is verified.

Name: The domain name.