Show / Hide Table of Contents

Class UpdateTargetDetectorRecipeDetectorRuleDetails

Parameters to use to update a detector rule in a detector recipe attached to a target.

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

Properties

Details

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

Required

In this article
Back to top