Class CustomProtectionRuleSetting
The OCID and action of a custom protection rule.
Inherited Members
Namespace: Oci.WaasService.Models
Assembly: OCI.DotNetSDK.Waas.dll
Syntax
public class CustomProtectionRuleSetting
Properties
Action
Declaration
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomProtectionRuleSetting.ActionEnum? Action { get; set; }
Property Value
Type | Description |
---|---|
CustomProtectionRuleSetting.ActionEnum? | The action to take when the custom protection rule is triggered.
|
Exclusions
Declaration
[JsonProperty(PropertyName = "exclusions")]
public List<ProtectionRuleExclusion> Exclusions { get; set; }
Property Value
Type | Description |
---|---|
List<ProtectionRuleExclusion> |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the custom protection rule. |