3.3.4.3.2.5 GetADPrincipalAuthorizationGroupResponse

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

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