Class ListVulnerabilitiesResponse
ListVulnerabilitiesResponse contains a single page of vulnerabilities resulting from a scan.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class ListVulnerabilitiesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A page token that can be used in a subsequent call to ListVulnerabilities to continue retrieving results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Occurrences
The list of Vulnerability Occurrences resulting from a scan.
Declaration
[JsonProperty("occurrences")]
public virtual IList<Occurrence> Occurrences { get; set; }
Property Value
Type | Description |
---|---|
IList<Occurrence> |