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

    Type Alias DescribeDelegationTokenOwner

    An owner principal to filter delegation tokens by.

    type DescribeDelegationTokenOwner = {
        principalName: string;
        principalType: string;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    principalName: string

    The name of the principal.

    principalType: string

    The type of principal (e.g. "User").

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).