ccloud kafka acl list

Description

List Kafka ACLs for a resource.

ccloud kafka acl list [flags]

Flags

    --cluster-scope             Set the cluster resource. With this option the ACL grants
                                access to the provided operations on the Kafka cluster itself.
    --consumer-group string     Set the Consumer Group resource.
    --prefix                    Set to match all resource names prefixed with this value.
    --topic string              Set the topic resource. With this option the ACL grants the provided
                                operations on the topics that start with that prefix, depending on whether
                                the --prefix option was also passed.
    --transactional-id string   Set the TransactionalID resource.
    --service-account int       Service account ID.
-o, --output string             Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

    --cluster string   Kafka cluster ID.
-h, --help             Show help for this command.
-v, --verbose count    Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

See Also