Class ListVulnerabilityReportsResponse
A response message for listing vulnerability reports for all VM instances in the specified location.
Implements
Inherited Members
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> |