Class PerScannerVerdict
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class PerScannerVerdict : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaliciousContentLlmResult
Malicious Content LLM scan result.
Declaration
[JsonProperty("maliciousContentLlmResult")]
public virtual MaliciousContentLLMResult MaliciousContentLlmResult { get; set; }
Property Value
| Type | Description |
|---|---|
| MaliciousContentLLMResult |
MaliciousContentStaticResult
Malicious Content Static scan result.
Declaration
[JsonProperty("maliciousContentStaticResult")]
public virtual MaliciousContentStaticResult MaliciousContentStaticResult { get; set; }
Property Value
| Type | Description |
|---|---|
| MaliciousContentStaticResult |
MalwareScan
Malware scan result.
Declaration
[JsonProperty("malwareScan")]
public virtual MalwareScanResult MalwareScan { get; set; }
Property Value
| Type | Description |
|---|---|
| MalwareScanResult |
WorkspacePolicy
Workspace Policy scan result.
Declaration
[JsonProperty("workspacePolicy")]
public virtual WorkspacePolicyResult WorkspacePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkspacePolicyResult |