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

    Type Alias DescribeClientQuotasComponent

    A component filter for describing client quotas.

    type DescribeClientQuotasComponent = {
        entityType: string;
        match: string | null;
        matchType: QuotaMatchType;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    entityType: string

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

    match: string | null

    The entity name to match (null for DEFAULT or ANY match types).

    matchType: QuotaMatchType

    The match type (EXACT, DEFAULT, or ANY).

    taggedFields?: readonly TaggedField[]

    Tagged fields (v1+).