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

    Type Alias AclDescription

    A single ACL entry within a resource.

    type AclDescription = {
        host: string;
        operation: number;
        permissionType: number;
        principal: string;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    host: string

    The ACL host.

    operation: number

    The ACL operation.

    permissionType: number

    The ACL permission type.

    principal: string

    The ACL principal.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).