File tree Expand file tree Collapse file tree
google/cloud/securitycentermanagement/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments