ManagedRuleDefinition interface
Describes a managed rule definition.
Properties
| default |
Describes the default action to be applied when the managed rule matches. |
| default |
Describes the default sensitivity to be applied when the managed rule matches. |
| default |
Describes the default state for the managed rule. |
| description | Describes the functionality of the managed rule. |
| rule |
Identifier for the managed rule. |
Property Details
defaultAction
Describes the default action to be applied when the managed rule matches.
defaultAction?: string
Property Value
string
defaultSensitivity
Describes the default sensitivity to be applied when the managed rule matches.
defaultSensitivity?: string
Property Value
string
defaultState
Describes the default state for the managed rule.
defaultState?: string
Property Value
string
description
Describes the functionality of the managed rule.
description?: string
Property Value
string
ruleId
Identifier for the managed rule.
ruleId?: string
Property Value
string