3.1.4.3.3.1 tns:GetOrganizationRelationshipSettingsRequest Complex Type

The GetOrganizationRelationshipSettingsRequest complex type represents the parameters of a call to the GetOrganizationRelationshipSettings operation. The GetOrganizationRelationshipSettingsRequest complex type returns a GetOrganizationRelationshipSettingsResponse complex type, as specified in section 3.1.4.3.3.2, object that contains the requested domain settings.<27> The GetOrganizationRelationshipSettingsRequest complex type extends the AutodiscoverRequest complex type, as specified in section 3.1.4.4.3.2.

 <xs:complexType name="GetOrganizationRelationshipSettingsRequest">
   <xs:complexContent
     mixed="false"
   >
     <xs:extension
       base="tns:AutodiscoverRequest"
     >
       <xs:sequence>
         <xs:element name="Domains"
           type="tns:Domains"
           nillable="true"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the GetOrganizationRelationshipSettingsRequest complex type.

Element name

Type

Description

Domains

 tns:Domains (section 2.2.4.2)

Specifies the domains for which the Autodiscover service is to be run and that are to be used in a query.