Organization Security Policy Rule Match Args
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
A description of the rule.
Link copied to clipboard
Preconfigured versioned expression. For organization security policy rules, the only supported type is "FIREWALL". Default value is FIREWALL
. Possible values are: FIREWALL
.