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

    Interface GetNetworkAclsResponseContent

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

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string
    description?: string
    active?: boolean
    priority?: number
    created_at?: string

    The timestamp when the Network ACL Configuration was created

    updated_at?: string

    The timestamp when the Network ACL Configuration was last updated