Class GetContainerScanRecipeRequest
Implements
Inherited Members
Namespace: Oci.VulnerabilityscanningService.Requests
Assembly: OCI.DotNetSDK.Vulnerabilityscanning.dll
Syntax
public class GetContainerScanRecipeRequest : IOciRequest
Examples
Click here to see an example of how to use GetContainerScanRecipe request.
Properties
ContainerScanRecipeId
Declaration
[Required(ErrorMessage = "ContainerScanRecipeId is required.")]
[HttpConverter(TargetEnum.Path, "containerScanRecipeId")]
public string ContainerScanRecipeId { get; set; }
Property Value
Type | Description |
---|---|
string | unique ContainerScanRecipe identifier |
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. |