3.7.4.4.3.1 ConfigureWebLimitingAllRequestBody

 <xsd:complexType name="ConfigureWebLimitingAllRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsAllowList" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsBlockList" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="fIsAllowedList" type="xsd:boolean"/>
   </xsd:sequence>
 </xsd:complexType>

wsAllowList: Contains a list of websites that are allowed.

wsBlockList: Contains a list of websites that are blocked.

fIsAllowedList: Contains "true" if white list is enabled.