AuthorizationConfigResponse

data class AuthorizationConfigResponse(val enableCache: Boolean? = null, val rules: List<AuthorizationBasicRuleResponse>? = null)

Broker AuthorizationConfig properties

Constructors

Link copied to clipboard
constructor(enableCache: Boolean? = null, rules: List<AuthorizationBasicRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableCache: Boolean? = null

Enable caching of the authorization rules.

Link copied to clipboard

Authorization Rules to be used. If no rule is set, but Authorization Resource is used that would mean DenyAll.