ManagementPolicyRule

data class ManagementPolicyRule(val actions: ManagementPolicyRuleActions, val enabled: Boolean, val filters: ManagementPolicyRuleFilters, val name: String)

Constructors

Link copied to clipboard
constructor(actions: ManagementPolicyRuleActions, enabled: Boolean, filters: ManagementPolicyRuleFilters, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An actions block as documented below.

Link copied to clipboard

Boolean to specify whether the rule is enabled.

Link copied to clipboard

A filters block as documented below.

Link copied to clipboard

The name of the rule. Rule name is case-sensitive. It must be unique within a policy.