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

    Type Alias DeleteAclsMatchingAcl

    A single ACL binding that was deleted.

    type DeleteAclsMatchingAcl = {
        errorCode: number;
        errorMessage: string | null;
        host: string;
        operation: number;
        patternType: number;
        permissionType: number;
        principal: string;
        resourceName: string;
        resourceType: number;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    errorCode: number

    Error code for this individual match (0 = no error).

    errorMessage: string | null

    Error message for this individual match.

    host: string

    The host.

    operation: number

    The operation.

    patternType: number

    The resource pattern type (v1+, default LITERAL=3).

    permissionType: number

    The permission type.

    principal: string

    The principal.

    resourceName: string

    The resource name.

    resourceType: number

    The resource type.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).