Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface NetworkAclRule

    interface NetworkAclRule {
        action: NetworkAclAction;
        match?: NetworkAclMatch;
        not_match?: NetworkAclMatch;
        match_all?: boolean;
        scope: Management.NetworkAclRuleScopeEnum;
    }
    Index
    not_match?: NetworkAclMatch
    match_all?: boolean