Class UpdateTargetDetectorRecipeDetails
Parameters to be used to update a target detector recipe.
Inherited Members
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? |