@@ -20,6 +20,7 @@ import "google/api/field_behavior.proto";
20
20
import "google/api/resource.proto" ;
21
21
import "google/cloud/securitycenter/v1/access.proto" ;
22
22
import "google/cloud/securitycenter/v1/external_system.proto" ;
23
+ import "google/cloud/securitycenter/v1/iam_binding.proto" ;
23
24
import "google/cloud/securitycenter/v1/indicator.proto" ;
24
25
import "google/cloud/securitycenter/v1/mitre_attack.proto" ;
25
26
import "google/cloud/securitycenter/v1/security_marks.proto" ;
@@ -110,7 +111,7 @@ message Finding {
110
111
MEDIUM = 3 ;
111
112
112
113
// Vulnerability:
113
- // A low risk vulnerability hampers a security organization’ s ability to
114
+ // A low risk vulnerability hampers a security organization' s ability to
114
115
// detect vulnerabilities or active threats in their deployment, or prevents
115
116
// the root cause investigation of security issues. An example is monitoring
116
117
// and logs being disabled for resource configurations and access.
@@ -228,7 +229,7 @@ message Finding {
228
229
// finding.
229
230
string canonical_name = 14 ;
230
231
231
- // Indicates the mute state of a finding (either unspecified, muted, unmuted
232
+ // Indicates the mute state of a finding (either muted, unmuted
232
233
// or undefined). Unlike other attributes of a finding, a finding provider
233
234
// shouldn't set the value of mute.
234
235
Mute mute = 15 ;
@@ -249,13 +250,11 @@ message Finding {
249
250
Vulnerability vulnerability = 20 ;
250
251
251
252
// Output only. The most recent time this finding was muted or unmuted.
252
- google.protobuf.Timestamp mute_update_time = 21
253
- [(google.api.field_behavior ) = OUTPUT_ONLY ];
253
+ google.protobuf.Timestamp mute_update_time = 21 [(google.api.field_behavior ) = OUTPUT_ONLY ];
254
254
255
- // Output only. Third party SIEM/SOAR fields within SCC, contains external
256
- // system information and external system finding fields.
257
- map <string , ExternalSystem > external_systems = 22
258
- [(google.api.field_behavior ) = OUTPUT_ONLY ];
255
+ // Output only. Third party SIEM/SOAR fields within SCC, contains external system
256
+ // information and external system finding fields.
257
+ map <string , ExternalSystem > external_systems = 22 [(google.api.field_behavior ) = OUTPUT_ONLY ];
259
258
260
259
// MITRE ATT&CK tactics and techniques related to this finding.
261
260
// See: https://attack.mitre.org
@@ -270,4 +269,7 @@ message Finding {
270
269
// finding, etc. Unlike other attributes of a finding, a finding provider
271
270
// shouldn't set the value of mute.
272
271
string mute_initiator = 28 ;
272
+
273
+ // Represents IAM bindings associated with the Finding.
274
+ repeated IamBinding iam_bindings = 39 ;
273
275
}
0 commit comments