AuthorizationConfig interface
Broker AuthorizationConfig properties
Properties
cache | Enable caching of the authorization rules. |
rules | The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll. |
Property Details
cache
Enable caching of the authorization rules.
cache?: string
Property Value
string
rules
The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll.
rules?: AuthorizationRule[]