## Default Permission Allows All - `allow-publish` - `allow-subscribe` - `allow-unsubscribe` - `allow-connect` - `allow-disconnect` ## Permission Table
Identifier Description
`mqtt:allow-connect` Enables the connect command without any pre-configured scope.
`mqtt:deny-connect` Denies the connect command without any pre-configured scope.
`mqtt:allow-disconnect` Enables the disconnect command without any pre-configured scope.
`mqtt:deny-disconnect` Denies the disconnect command without any pre-configured scope.
`mqtt:allow-publish` Enables the publish command without any pre-configured scope.
`mqtt:deny-publish` Denies the publish command without any pre-configured scope.
`mqtt:allow-subscribe` Enables the subscribe command without any pre-configured scope.
`mqtt:deny-subscribe` Denies the subscribe command without any pre-configured scope.
`mqtt:allow-unsubscribe` Enables the unsubscribe command without any pre-configured scope.
`mqtt:deny-unsubscribe` Denies the unsubscribe command without any pre-configured scope.