Class MaliciousContentStaticResult
Result of Malicious Content Static scan.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class MaliciousContentStaticResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxSeverity
Optional. Tracks max severity found.
Declaration
[JsonProperty("maxSeverity")]
public virtual string MaxSeverity { 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 |