3.3.4.4.2.2 GetADPrincipalGroupMembershipRequest

The GetADPrincipalGroupMembershipRequest element is the body of the GetADPrincipalGroupMembership request and contains the PartitionDN, PrincipalDN, ResourceContextPartition, and ResourceContextServer parameters.

 <xs:element name="GetADPrincipalGroupMembershipRequest">
   <xs:complexType>
     <xs:sequence>
       <xs:element
          minOccurs="0" name="PartitionDN" nillable="true" type="xs:string" />
       <xs:element
          minOccurs="0" name="PrincipalDN" nillable="true" type="xs:string" />
       <xs:element
          minOccurs="0" name="ResourceContextPartition" nillable="true"
          type="xs:string" />
       <xs:element
          minOccurs="0" name="ResourceContextServer" nillable="true"
          type="xs:string" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>