Show / Hide Table of Contents

Class UpdateTargetRecipeDetectorRuleDetails

Parameters to be used to update a detector rule in a target detector recipe.

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

Properties

Details

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

Required

DetectorRuleId

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

Unique identifier for the detector rule

Remarks

Required

In this article
Back to top