Back to Node Auth0

Interface UpdateNetworkAclRequestContent

docs/interfaces/management.Management.UpdateNetworkAclRequestContent.html

5.9.11.1 KB
Original Source

Interface UpdateNetworkAclRequestContent

Example

{}Copy

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

Index

Properties

description?active?priority?rule?

Properties

Optionaldescription

description?: string

Optionalactive

active?: boolean

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

Optionalpriority

priority?: number

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

Optionalrule

rule?: NetworkAclRule

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties descriptionactivepriorityrule