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

    Interface SetNetworkAclRequestContent

    {
    * description: "description",
    * active: true,
    * priority: 1.1,
    * rule: {
    * action: {},
    * scope: "management"
    * }
    * }
    interface SetNetworkAclRequestContent {
        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.