The searchSecurity data type describes the searchSecurity resource for tenants.
Properties
The table below describes the property included in the searchSecurity data type.
| Property | Data type | Description |
|---|---|---|
| ipSettings | ipSettings | Specifies which IP addresses can and cannot access the Search Console for 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>