Show / Hide Table of Contents

Class ListVulnerabilityReportsResponse

A response message for listing vulnerability reports for all VM instances in the specified location.

Inheritance
object
ListVulnerabilityReportsResponse
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.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class ListVulnerabilityReportsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

The pagination token to retrieve the next page of vulnerabilityReports object.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

VulnerabilityReports

List of vulnerabilityReport objects.

Declaration
[JsonProperty("vulnerabilityReports")]
public virtual IList<VulnerabilityReport> VulnerabilityReports { get; set; }
Property Value
Type Description
IList<VulnerabilityReport>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX