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

    Interface UpdateNetworkAclRequestContent

    {}
    
    interface UpdateNetworkAclRequestContent {
        description?: string;
        active?: boolean;
        priority?: number;
        rule?: NetworkAclRule;
    }
    Index

    Properties

    description?: string
    active?: boolean

    Indicates whether or not this access control list is actively being used

    priority?: number

    Indicates the order in which the ACL will be evaluated relative to other ACL rules.