Show / Hide Table of Contents

Class PerScannerVerdict

Inheritance
object
PerScannerVerdict
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX