AggregateCompliancePackConfigRule

data class AggregateCompliancePackConfigRule(val configRuleParameters: List<AggregateCompliancePackConfigRuleConfigRuleParameter>? = null, val managedRuleIdentifier: String)

Constructors

Link copied to clipboard
constructor(configRuleParameters: List<AggregateCompliancePackConfigRuleConfigRuleParameter>? = null, managedRuleIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of parameter rules. See config_rule_parameters below.

Link copied to clipboard

The Managed Rule Identifier.