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

    Interface CreateKeysNetworkAclsResponseContent

    interface CreateKeysNetworkAclsResponseContent {
        id: string;
        name: string;
        alg: "hmac-sha256";
        fingerprint: string;
        created_at: string;
        updated_at: string;
    }
    Index
    id: string

    Auth0-generated identifier for the key. Used to reference the key from a Network ACL and to identify it in Tenant Logs.

    name: string

    Customer-supplied label with no cryptographic meaning.

    alg: "hmac-sha256"
    fingerprint: string

    Fingerprint of the key material, determined by the algorithm specified. Currently only HMAC-SHA256 is supported.

    created_at: string

    Time when the key was created.

    updated_at: string

    Time when the key was last updated.