Show / Hide Table of Contents

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.

Inheritance
object
UpdateTargetResponderRuleDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class UpdateTargetResponderRuleDetails

Properties

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

In this article
Back to top