3.3.4.4.2.7 GetADPrincipalGroupMembershipResponse

The GetADPrincipalGroupMembershipResponse element contains the response to a GetADPrincipalGroupMembershipRequest. It contains one child element, GetADPrincipalGroupMembershipResponse/MemberOf (section 3.3.4.4.2.8) that represents an array of ActiveDirectoryGroup elements (section 2.2.3.3), each representing a group that contains the principal specified in GetADPrincipalGroupMembershipRequest/PrincipalDN. The complex type ArrayOfActiveDirectoryGroup (section 2.2.4.4) describes the array of ActiveDirectoryGroup elements returned in GetADPrincipalGroupMembershipResponse/MemberOf.

 <xs:element name="GetADPrincipalGroupMembershipResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         minOccurs="0"
         name="MemberOf"
         nillable="true"
         type="ca:ArrayOfActiveDirectoryGroup" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>