Show / Hide Table of Contents

Class UpdateTargetResponderRecipeDetails

Parameters to update a responder recipe attached to a target. UpdateTargetResponderRecipe contains the responder rules to be updated that are associated with a responder recipe in a target. whereas UpdateTargetResponderRecipeDetails refers to the information to be updated in ResponderRecipe.

Inheritance
object
UpdateTargetResponderRecipeDetails
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 UpdateTargetResponderRecipeDetails

Properties

ResponderRules

Declaration
[Required(ErrorMessage = "ResponderRules is required.")]
[JsonProperty(PropertyName = "responderRules")]
public List<UpdateTargetRecipeResponderRuleDetails> ResponderRules { get; set; }
Property Value
Type Description
List<UpdateTargetRecipeResponderRuleDetails>

List of responder rules to be updated in a target responder recipe.

Remarks

Required

In this article
Back to top