3.1.4.1.2.2 GetPoliciesResponse

The <GetPoliciesResponse> element contains the server response.

 <xs:element name="GetPoliciesResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="response" nillable="true" type="xcep:Response" />
       <xs:element name="cAs" nillable="true" type="xcep:CACollection" />
       <xs:element name="oIDs" nillable="true" type="xcep:OIDCollection" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

xcep:response: The <xcep:response:> element is an instance of the Response object as defined in section 3.1.4.1.3.23 that contains the certificate enrollment policies.

xcep:cAs: The <xcep:cAs> element is an instance of a CACollection object as defined in section 3.1.4.1.3.3 that contains the issuers for the certificate enrollment policies.

xcep:oIDs: The <xcep:oIDs> element is an instance of the OIDCollection object as defined in section 3.1.4.1.3.17 that contains the collection of OIDs for the response.