Show / Hide Table of Contents

Class UpdateTargetResponderRecipe

Parameters to update a responder recipe attached to a target

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

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 the target responder recipe

Remarks

Required

TargetResponderRecipeId

Declaration
[Required(ErrorMessage = "TargetResponderRecipeId is required.")]
[JsonProperty(PropertyName = "targetResponderRecipeId")]
public string TargetResponderRecipeId { get; set; }
Property Value
Type Description
string

Unique identifier for the target responder recipe

Remarks

Required

In this article
Back to top