GoogleApi.OSConfig.V1.Model.ListVulnerabilityReportsResponse (google_api_os_config v0.25.0)
View SourceA response message for listing vulnerability reports for all VM instances in the specified location.
Attributes
-
nextPageToken(type:String.t, default:nil) - The pagination token to retrieve the next page of vulnerabilityReports object. -
vulnerabilityReports(type:list(GoogleApi.OSConfig.V1.Model.VulnerabilityReport.t), default:nil) - List of vulnerabilityReport objects.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSConfig.V1.Model.ListVulnerabilityReportsResponse{ nextPageToken: String.t() | nil, vulnerabilityReports: [GoogleApi.OSConfig.V1.Model.VulnerabilityReport.t()] | nil }