"description":"Types of platforms.\n\n - PLATFORM_UNSPECIFIED: Unknown.\n - GKE: Google Container Engine.\n - FLEX: Google App Engine: Flexible Environment.\n - CUSTOM: Custom user-defined platform."
},
"DiscoveryOccurrenceAnalysisCompleted":{
"type":"object",
"properties":{
"analysisType":{
"type":"array",
"items":{
"type":"string"
}
}
},
"description":"Indicates which analysis completed successfully. Multiple types of\nanalysis can be performed on a single resource."
},
"DiscoveryOccurrenceAnalysisStatus":{
"type":"string",
"enum":[
@ -857,11 +869,12 @@
"PENDING",
"SCANNING",
"FINISHED_SUCCESS",
"COMPLETE",
"FINISHED_FAILED",
"FINISHED_UNSUPPORTED"
],
"default":"ANALYSIS_STATUS_UNSPECIFIED",
"description":"Analysis status for a resource. Currently for initial analysis only (not\nupdated in continuous analysis).\n\n - ANALYSIS_STATUS_UNSPECIFIED: Unknown.\n - PENDING: Resource is known but no action has been taken yet.\n - SCANNING: Resource is being analyzed.\n - FINISHED_SUCCESS: Analysis has finished successfully.\n - FINISHED_FAILED: Analysis has finished unsuccessfully, the analysis itself is in a bad\nstate.\n - FINISHED_UNSUPPORTED: The resource is known not to be supported"
"description":"Analysis status for a resource. Currently for initial analysis only (not\nupdated in continuous analysis).\n\n - ANALYSIS_STATUS_UNSPECIFIED: Unknown.\n - PENDING: Resource is known but no action has been taken yet.\n - SCANNING: Resource is being analyzed.\n - FINISHED_SUCCESS: Analysis has finished successfully.\n - COMPLETE: Analysis has completed.\n - FINISHED_FAILED: Analysis has finished unsuccessfully, the analysis itself is in a bad\nstate.\n - FINISHED_UNSUPPORTED: The resource is known not to be supported."
"description":"Indicates any errors encountered during analysis of a resource. There\ncould be 0 or more of these errors."
},
"analysisStatusError":{
"$ref":"#/definitions/rpcStatus",
"description":"When an error is encountered this will contain a LocalizedMessage under\ndetails to show to the user. The LocalizedMessage is output only and\npopulated by the API."
@ -3091,6 +3124,10 @@
"type":"string",
"format":"date-time",
"description":"The time this information was last changed at the source. This is an\nupstream timestamp from the underlying information source - e.g. Ubuntu\nsecurity tracker."
},
"cvssVersion":{
"$ref":"#/definitions/v1CVSSVersion",
"description":"CVSS version used to populate cvss_score and severity."
}
},
"description":"A security vulnerability that can be found in resources."
@ -3150,6 +3187,11 @@
"type":"boolean",
"description":"Output only. Whether at least one of the affected packages has a fix\navailable.",
"readOnly":true
},
"cvssVersion":{
"$ref":"#/definitions/v1CVSSVersion",
"description":"Output only. CVSS version used to populate cvss_score and severity.",
"readOnly":true
}
},
"description":"An occurrence of a severity vulnerability on a resource."