match

@JvmName(name = "ibpkqfimaniqaihw")
suspend fun match(value: Output<OrganizationSecurityPolicyRuleMatchArgs>)
@JvmName(name = "alxcraeeojklpcms")
suspend fun match(value: OrganizationSecurityPolicyRuleMatchArgs?)

Parameters

value

A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced. Structure is documented below.


@JvmName(name = "usdukpjfnhtjefxa")
suspend fun match(argument: suspend OrganizationSecurityPolicyRuleMatchArgsBuilder.() -> Unit)

Parameters

argument

A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced. Structure is documented below.