Show / Hide Table of Contents

Class UpdateTargetDetectorRecipeDetails

Parameters to be used to update a target detector recipe.

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

Properties

DetectorRecipeId

Declaration
[JsonProperty(PropertyName = "detectorRecipeId")]
public string DetectorRecipeId { get; set; }
Property Value
Type Description
string

Unique identifier for the target detector recipe

DetectorRules

Declaration
[JsonProperty(PropertyName = "detectorRules")]
public List<UpdateTargetRecipeDetectorRuleDetails> DetectorRules { get; set; }
Property Value
Type Description
List<UpdateTargetRecipeDetectorRuleDetails>

List of updates to be applied to detector rules in target detector recipe

IsValidationOnlyQuery

Declaration
[JsonProperty(PropertyName = "isValidationOnlyQuery")]
public bool? IsValidationOnlyQuery { get; set; }
Property Value
Type Description
bool?

Is validation to be performed for attaching the detector recipe?

In this article
Back to top