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

    Type Alias CreateDelegationTokenRequest

    CreateDelegationToken request payload.

    type CreateDelegationTokenRequest = {
        maxLifetimeMs: bigint;
        ownerPrincipalName?: string | null;
        ownerPrincipalType?: string | null;
        renewers: readonly CreatableRenewers[];
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    maxLifetimeMs: bigint

    Maximum lifetime of the token in milliseconds. -1 = server default.

    ownerPrincipalName?: string | null

    The principal name of the token owner (v3+). null defaults to the requester.

    ownerPrincipalType?: string | null

    The principal type of the token owner (v3+). null defaults to the requester.

    renewers: readonly CreatableRenewers[]

    Principals allowed to renew the token.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).