Show / Hide Table of Contents

Class ListVulnerabilitiesResponse

ListVulnerabilitiesResponse contains a single page of vulnerabilities resulting from a scan.

Inheritance
object
ListVulnerabilitiesResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX