
- Name: Name of the credentials. This name is shown on the Console only to identify the credentials.
- Topic: A specific topic name or a topic prefix. This can be a literal
topic name (such as
users.events
,product-orders
), or a topic prefix (such asusers.*
,products-*
). Wildcard character*
can only be used at the end of the topic name.*
means any topic. - Permissions: Access permissions for the credentials. It has three options:
Full Access
,Produce Only
andConsume Only
.

