@@ -23,6 +23,7 @@ import "google/cloud/securitycenter/v1/compliance.proto";
2323import "google/cloud/securitycenter/v1/connection.proto" ;
2424import "google/cloud/securitycenter/v1/contact_details.proto" ;
2525import "google/cloud/securitycenter/v1/container.proto" ;
26+ import "google/cloud/securitycenter/v1/database.proto" ;
2627import "google/cloud/securitycenter/v1/exfiltration.proto" ;
2728import "google/cloud/securitycenter/v1/external_system.proto" ;
2829import "google/cloud/securitycenter/v1/iam_binding.proto" ;
@@ -257,11 +258,13 @@ message Finding {
257258 Vulnerability vulnerability = 20 ;
258259
259260 // Output only. The most recent time this finding was muted or unmuted.
260- google.protobuf.Timestamp mute_update_time = 21 [(google.api.field_behavior ) = OUTPUT_ONLY ];
261+ google.protobuf.Timestamp mute_update_time = 21
262+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
261263
262- // Output only. Third party SIEM/SOAR fields within SCC, contains external system
263- // information and external system finding fields.
264- map <string , ExternalSystem > external_systems = 22 [(google.api.field_behavior ) = OUTPUT_ONLY ];
264+ // Output only. Third party SIEM/SOAR fields within SCC, contains external
265+ // system information and external system finding fields.
266+ map <string , ExternalSystem > external_systems = 22
267+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
265268
266269 // MITRE ATT&CK tactics and techniques related to this finding.
267270 // See: https://attack.mitre.org
@@ -283,9 +286,9 @@ message Finding {
283286 // Represents operating system processes associated with the Finding.
284287 repeated Process processes = 30 ;
285288
286- // Output only. Map containing the point of contacts for the given finding. The key
287- // represents the type of contact, while the value contains a list of all the
288- // contacts that pertain. Please refer to:
289+ // Output only. Map containing the point of contacts for the given finding.
290+ // The key represents the type of contact, while the value contains a list of
291+ // all the contacts that pertain. Please refer to:
289292 // https://cloud.google.com/resource-manager/docs/managing-notification-contacts#notification-categories
290293 //
291294 // {
@@ -300,7 +303,8 @@ message Finding {
300303 // ]
301304 // }
302305 // }
303- map <string , ContactDetails > contacts = 33 [(google.api.field_behavior ) = OUTPUT_ONLY ];
306+ map <string , ContactDetails > contacts = 33
307+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
304308
305309 // Contains compliance information for security standards associated to the
306310 // finding.
@@ -324,4 +328,7 @@ message Finding {
324328
325329 // Kubernetes resources associated with the finding.
326330 Kubernetes kubernetes = 43 ;
331+
332+ // Database associated with the finding.
333+ Database database = 44 ;
327334}
0 commit comments