@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias QuotaEntity

    A quota entity component in a response entry.

    type QuotaEntity = {
        entityName: string | null;
        entityType: string;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    entityName: string | null

    The entity name, or null for the default entity.

    entityType: string

    The entity type (e.g. "user", "client-id", "ip").

    taggedFields: readonly TaggedField[]

    Tagged fields (v1+).