Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface NetworkAclRule

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

    Properties

    not_match?: NetworkAclMatch