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