Show / Hide Table of Contents

Class UpdateTargetRecipeResponderRuleDetails

Parameters to update the configuration details of a target detector recipe.

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

Properties

Details

Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public UpdateTargetResponderRuleDetails Details { get; set; }
Property Value
Type Description
UpdateTargetResponderRuleDetails
Remarks

Required

ResponderRuleId

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

Unique identifier for target detector recipe

Remarks

Required

In this article
Back to top