NetworkRuleSet interface

The network rule set for a container registry.

Properties

defaultAction

The default action of allow or deny when no other rules match.

ipRules

The IP ACL rules.

Property Details

defaultAction

The default action of allow or deny when no other rules match.

defaultAction: string

Property Value

string

ipRules

The IP ACL rules.

ipRules?: IPRule[]

Property Value

IPRule[]