Class AttachTargetDetectorRecipeDetails
Identifier for an existing detector recipe to use to create a new detector recipe (TargetDetectorRecipe resource) to be attached to a target.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class AttachTargetDetectorRecipeDetailsProperties
DetectorRecipeId
Declaration
[Required(ErrorMessage = "DetectorRecipeId is required.")]
[JsonProperty(PropertyName = "detectorRecipeId")]
public string DetectorRecipeId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Detector recipe unique identifier | 
Remarks
Required