Class UpdateTargetResponderRuleDetails
Parameters to update details for a responder rule for a target responder recipe. TargetResponderRuleDetails contains all configurations associated with the ResponderRule, whereas UpdateTargetResponderRecipeResponderRuleDetails refers to the details that are to be updated for ResponderRule.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class UpdateTargetResponderRuleDetailsProperties
Condition
Declaration
[JsonProperty(PropertyName = "condition")]
public Condition Condition { get; set; }Property Value
| Type | Description | 
|---|---|
| Condition | 
Configurations
Declaration
[JsonProperty(PropertyName = "configurations")]
public List<ResponderConfiguration> Configurations { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ResponderConfiguration> | List of responder rule configurations | 
Mode
Declaration
[JsonProperty(PropertyName = "mode")]
[JsonConverter(typeof(StringEnumConverter))]
public ResponderModeTypes? Mode { get; set; }Property Value
| Type | Description | 
|---|---|
| ResponderModeTypes? | Execution mode for the responder rule |