searchSecurity

The searchSecurity data type describes the searchSecurity resource for tenants.

Properties

The table below describes the property included in the searchSecurity data type.

PropertyData typeDescription
ipSettingsipSettingsSpecifies which IP addresses can and cannot access the Search Consolefor the tenant.

Example

Here’s an XML example of the searchSecurity data type:

<searchSecurity>
    <ipSettings>
         <allowAddresses>
             <ipAddress>192.168.140.36</ipAddress>
             <ipAddress>192.168.140.109</ipAddress>
         </allowAddresses>
         <allowIfInBothLists>false</allowIfInBothLists>
         <denyAddresses/>
    </ipSettings>
</searchSecurity>