Back to Node Auth0

Interface NetworkAclsResponseContent

docs/interfaces/management.Management.NetworkAclsResponseContent.html

5.9.11.5 KB
Original Source

Interface NetworkAclsResponseContent

interface NetworkAclsResponseContent {
id?: string;
description?: string;
active?: boolean;
priority?: number;
rule?: NetworkAclRule;
created_at?: string;
updated_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?description?active?priority?rule?created_at?updated_at?

Properties

Optionalid

id?: string

Optionaldescription

description?: string

Optionalactive

active?: boolean

Optionalpriority

priority?: number

Optionalrule

rule?: NetworkAclRule

Optionalcreated_at

created_at?: string

The timestamp when the Network ACL Configuration was created

Optionalupdated_at

updated_at?: string

The timestamp when the Network ACL Configuration was last updated

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties iddescriptionactivepriorityrulecreated_atupdated_at