@@ -21,6 +21,7 @@ import "google/api/resource.proto";
2121import "google/cloud/securitycenter/v1/access.proto" ;
2222import "google/cloud/securitycenter/v1/compliance.proto" ;
2323import "google/cloud/securitycenter/v1/connection.proto" ;
24+ import "google/cloud/securitycenter/v1/contact_details.proto" ;
2425import "google/cloud/securitycenter/v1/exfiltration.proto" ;
2526import "google/cloud/securitycenter/v1/external_system.proto" ;
2627import "google/cloud/securitycenter/v1/iam_binding.proto" ;
@@ -254,13 +255,11 @@ message Finding {
254255 Vulnerability vulnerability = 20 ;
255256
256257 // Output only. The most recent time this finding was muted or unmuted.
257- google.protobuf.Timestamp mute_update_time = 21
258- [(google.api.field_behavior ) = OUTPUT_ONLY ];
258+ google.protobuf.Timestamp mute_update_time = 21 [(google.api.field_behavior ) = OUTPUT_ONLY ];
259259
260- // Output only. Third party SIEM/SOAR fields within SCC, contains external
261- // system information and external system finding fields.
262- map <string , ExternalSystem > external_systems = 22
263- [(google.api.field_behavior ) = OUTPUT_ONLY ];
260+ // Output only. Third party SIEM/SOAR fields within SCC, contains external system
261+ // information and external system finding fields.
262+ map <string , ExternalSystem > external_systems = 22 [(google.api.field_behavior ) = OUTPUT_ONLY ];
264263
265264 // MITRE ATT&CK tactics and techniques related to this finding.
266265 // See: https://attack.mitre.org
@@ -282,6 +281,25 @@ message Finding {
282281 // Represents operating system processes associated with the Finding.
283282 repeated Process processes = 30 ;
284283
284+ // Output only. Map containing the point of contacts for the given finding. The key
285+ // represents the type of contact, while the value contains a list of all the
286+ // contacts that pertain. Please refer to:
287+ // https://cloud.google.com/resource-manager/docs/managing-notification-contacts#notification-categories
288+ //
289+ // {
290+ // "security": {
291+ // "contacts": [
292+ // {
293+ 294+ // },
295+ // {
296+ 297+ // }
298+ // ]
299+ // }
300+ // }
301+ map <string , ContactDetails > contacts = 33 [(google.api.field_behavior ) = OUTPUT_ONLY ];
302+
285303 // Contains compliance information for security standards associated to the
286304 // finding.
287305 repeated Compliance compliances = 34 ;
0 commit comments