Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CreateKeysNetworkAclsRequestContent

    {
    * name: "name",
    * alg: "hmac-sha256",
    * value: "value"
    * }
    interface CreateKeysNetworkAclsRequestContent {
        name: string;
        alg: "hmac-sha256";
        value: string;
    }
    Index
    name: string

    Customer-supplied label with no cryptographic meaning. Must be unique across all Network ACL keys for the tenant.

    alg: "hmac-sha256"
    value: string

    Base64-encoded raw key material. Constraints on the decoded value depend on the algorithm specified. Currently only HMAC-SHA256 is supported.