3.3.4.3.2.2 GetADPrincipalAuthorizationGroupRequest
The GetADPrincipalAuthorizationGroupRequest element is the body of the GetADPrincipalAuthorizationGroup request and contains the PartitionDN and PrincipalDN parameters.
-
<xs:element name="GetADPrincipalAuthorizationGroupRequest"> <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:sequence> </xs:complexType> </xs:element>