Back to Node Auth0

Interface CreateNetworkAclRequestContent

docs/interfaces/management.Management.CreateNetworkAclRequestContent.html

5.9.11.2 KB
Original Source

Interface CreateNetworkAclRequestContent

Example

{ * description: "description", * active: true, * rule: { * action: {}, * scope: "management" * } * }Copy

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

Index

Properties

descriptionactivepriority?rule

Properties

description

description: string

active

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.

rule

rule: NetworkAclRule

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties descriptionactivepriorityrule