NetworkRuleSetResponse

data class NetworkRuleSetResponse(val ipRules: List<IpRuleResponse>? = null)

Network-specific rules that determine how the search service can be reached.

Constructors

Link copied to clipboard
constructor(ipRules: List<IpRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.