AuthzPolicyHttpRule

data class AuthzPolicyHttpRule(val from: AuthzPolicyHttpRuleFrom? = null, val to: AuthzPolicyHttpRuleTo? = null, val when: String? = null)

Constructors

Link copied to clipboard
constructor(from: AuthzPolicyHttpRuleFrom? = null, to: AuthzPolicyHttpRuleTo? = null, when: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes properties of one or more sources of a request. Structure is documented below.

Link copied to clipboard

Describes properties of one or more targets of a request Structure is documented below.

Link copied to clipboard
val when: String? = null

CEL expression that describes the conditions to be satisfied for the action. The result of the CEL expression is ANDed with the from and to. Refer to the CEL language reference for a list of available attributes.