AuthzPolicyHttpRuleArgs

data class AuthzPolicyHttpRuleArgs(val from: Output<AuthzPolicyHttpRuleFromArgs>? = null, val to: Output<AuthzPolicyHttpRuleToArgs>? = null, val when: Output<String>? = null) : ConvertibleToJava<AuthzPolicyHttpRuleArgs>

Constructors

Link copied to clipboard
constructor(from: Output<AuthzPolicyHttpRuleFromArgs>? = null, to: Output<AuthzPolicyHttpRuleToArgs>? = null, when: Output<String>? = null)

Properties

Link copied to clipboard
val from: Output<AuthzPolicyHttpRuleFromArgs>? = null

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

Link copied to clipboard
val to: Output<AuthzPolicyHttpRuleToArgs>? = null

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

Link copied to clipboard
val when: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AuthzPolicyHttpRuleArgs