AuthorizationConfigResponse

data class AuthorizationConfigResponse(val cache: String? = null, val rules: List<AuthorizationRuleResponse>? = null)

Broker AuthorizationConfig properties

Constructors

Link copied to clipboard
constructor(cache: String? = null, rules: List<AuthorizationRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cache: String? = null

Enable caching of the authorization rules.

Link copied to clipboard

The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll.