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

    Type Alias DescribeAclsRequest

    DescribeAcls request payload — an ACL filter.

    type DescribeAclsRequest = {
        hostFilter: string | null;
        operation: AclOperation;
        patternTypeFilter?: AclResourcePatternType;
        permissionType: AclPermissionType;
        principalFilter: string | null;
        resourceNameFilter: string | null;
        resourceTypeFilter: AclResourceType;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    hostFilter: string | null

    The host filter. Null matches any.

    operation: AclOperation

    The operation filter.

    patternTypeFilter?: AclResourcePatternType

    The resource pattern type filter (v1+).

    permissionType: AclPermissionType

    The permission type filter.

    principalFilter: string | null

    The principal filter. Null matches any.

    resourceNameFilter: string | null

    The resource name filter. Null matches any.

    resourceTypeFilter: AclResourceType

    The resource type filter.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).