Package version:

The network rule set for a container registry.

interface NetworkRuleSet {
    defaultAction: string;
    ipRules?: IPRule[];
}

Properties

defaultAction: string

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

ipRules?: IPRule[]

The IP ACL rules.