Class GetDetectorRecipeRequest
Implements
Inherited Members
Namespace: Oci.CloudguardService.Requests
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class GetDetectorRecipeRequest : IOciRequest
Examples
Click here to see an example of how to use GetDetectorRecipe request.
Properties
DetectorRecipeId
Declaration
[Required(ErrorMessage = "DetectorRecipeId is required.")]
[HttpConverter(TargetEnum.Path, "detectorRecipeId")]
public string DetectorRecipeId { get; set; }
Property Value
Type | Description |
---|---|
string | Detector recipe OCID |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |