RegistryNetworkRuleSet

data class RegistryNetworkRuleSet(val defaultAction: String? = null, val ipRules: List<RegistryNetworkRuleSetIpRule>? = null)

Constructors

Link copied to clipboard
constructor(defaultAction: String? = null, ipRules: List<RegistryNetworkRuleSetIpRule>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

The behaviour for requests matching no rules. Either Allow or Deny. Defaults to Allow

Link copied to clipboard

One or more ip_rule blocks as defined below.