Organization Security Policy Rule Match
data class OrganizationSecurityPolicyRuleMatch(val config: OrganizationSecurityPolicyRuleMatchConfig, val description: String? = null, val versionedExpr: String? = null)
Constructors
Link copied to clipboard
constructor(config: OrganizationSecurityPolicyRuleMatchConfig, description: String? = null, versionedExpr: 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
.