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

    Type Alias AlterClientQuotasEntity

    An entity component identifying the quota target.

    type AlterClientQuotasEntity = {
        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+).