Skip to content

Commit f98e2a3

Browse files
Google APIscopybara-github
authored andcommitted
feat: add TOXIC_COMBINATION to FindingClass enum
feat: add `show_eligible_modules_only` field to `GetSecurityCenterServiceRequest` message PiperOrigin-RevId: 645021726
1 parent ed2491e commit f98e2a3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

google/cloud/securitycentermanagement/v1/security_center_management.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,10 @@ message SimulatedFinding {
11081108
// Describes a potential security risk due to a change in the security
11091109
// posture.
11101110
POSTURE_VIOLATION = 6;
1111+
1112+
// Describes a combination of security issues that represent a more severe
1113+
// security problem when taken together.
1114+
TOXIC_COMBINATION = 7;
11111115
}
11121116

11131117
// Identifier. The [relative resource
@@ -1624,6 +1628,10 @@ message GetSecurityCenterServiceRequest {
16241628
type: "securitycentermanagement.googleapis.com/SecurityCenterService"
16251629
}
16261630
];
1631+
1632+
// Flag that, when set, will be used to filter the ModuleSettings that are
1633+
// in scope. The default setting is that all modules will be shown.
1634+
bool show_eligible_modules_only = 2;
16271635
}
16281636

16291637
// Request message for listing Security Command Center services.
@@ -1648,6 +1656,10 @@ message ListSecurityCenterServicesRequest {
16481656

16491657
// Optional. The value returned by the last call indicating a continuation.
16501658
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
1659+
1660+
// Flag that, when set, will be used to filter the ModuleSettings that are
1661+
// in scope. The default setting is that all modules will be shown.
1662+
bool show_eligible_modules_only = 4;
16511663
}
16521664

16531665
// Response message for listing Security Command Center services.

0 commit comments

Comments
 (0)