OrganizationSecurityPolicyRuleMatchArgs

data class OrganizationSecurityPolicyRuleMatchArgs(val config: Output<OrganizationSecurityPolicyRuleMatchConfigArgs>, val description: Output<String>? = null, val versionedExpr: Output<String>? = null) : ConvertibleToJava<OrganizationSecurityPolicyRuleMatchArgs>

Constructors

Link copied to clipboard
constructor(config: Output<OrganizationSecurityPolicyRuleMatchConfigArgs>, description: Output<String>? = null, versionedExpr: Output<String>? = null)

Properties

Link copied to clipboard

The configuration options for matching the rule. Structure is documented below.

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

A description of the rule.

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

Preconfigured versioned expression. For organization security policy rules, the only supported type is "FIREWALL". Default value is FIREWALL. Possible values are: FIREWALL.

Functions

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