Class MalwareScanResult
Result of Malware scan.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class MalwareScanResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScanState
Output only. State of the scan.
Declaration
[JsonProperty("scanState")]
public virtual string ScanState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Verdict
Optional. Verdict of the scan.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |