You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -815,6 +815,12 @@ <h3>Method Details</h3>
815
815
},
816
816
],
817
817
"findingClass": "A String", # The class of the finding.
818
+
"groupMemberships": [ # Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way. This field cannot be updated. Its value is ignored in all update requests.
819
+
{ # Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.
820
+
"groupId": "A String", # ID of the group.
821
+
"groupType": "A String", # Type of group.
822
+
},
823
+
],
818
824
"iamBindings": [ # Represents IAM bindings associated with the finding.
819
825
{ # Represents a particular IAM binding, which captures a member's role addition, removal, or state.
820
826
"action": "A String", # The action that was performed on a Binding.
@@ -1094,6 +1100,12 @@ <h3>Method Details</h3>
1094
1100
"a_key": "",
1095
1101
},
1096
1102
"state": "A String", # The state of the finding.
1103
+
"toxicCombination": { # Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. # Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. This field cannot be updated. Its value is ignored in all update requests.
1104
+
"attackExposureScore": 3.14, # The [Attack exposure score](https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_exposure_scores) of this toxic combination. The score is a measure of how much this toxic combination exposes one or more high-value resources to potential attack.
1105
+
"relatedFindings": [ # List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.
1106
+
"A String",
1107
+
],
1108
+
},
1097
1109
"vulnerability": { # Refers to common vulnerability fields e.g. cve, cvss, cwe etc. # Represents vulnerability-specific fields like CVE and CVSS scores. CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
1098
1110
"cve": { # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE record](https://www.cve.org/ResourcesSupport/Glossary) that describes this vulnerability. # CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
1099
1111
"cvssv3": { # Common Vulnerability Scoring System version 3. # Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.customModules.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -815,6 +815,12 @@ <h3>Method Details</h3>
815
815
},
816
816
],
817
817
"findingClass": "A String", # The class of the finding.
818
+
"groupMemberships": [ # Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way. This field cannot be updated. Its value is ignored in all update requests.
819
+
{ # Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.
820
+
"groupId": "A String", # ID of the group.
821
+
"groupType": "A String", # Type of group.
822
+
},
823
+
],
818
824
"iamBindings": [ # Represents IAM bindings associated with the finding.
819
825
{ # Represents a particular IAM binding, which captures a member's role addition, removal, or state.
820
826
"action": "A String", # The action that was performed on a Binding.
@@ -1094,6 +1100,12 @@ <h3>Method Details</h3>
1094
1100
"a_key": "",
1095
1101
},
1096
1102
"state": "A String", # The state of the finding.
1103
+
"toxicCombination": { # Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. # Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. This field cannot be updated. Its value is ignored in all update requests.
1104
+
"attackExposureScore": 3.14, # The [Attack exposure score](https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_exposure_scores) of this toxic combination. The score is a measure of how much this toxic combination exposes one or more high-value resources to potential attack.
1105
+
"relatedFindings": [ # List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.
1106
+
"A String",
1107
+
],
1108
+
},
1097
1109
"vulnerability": { # Refers to common vulnerability fields e.g. cve, cvss, cwe etc. # Represents vulnerability-specific fields like CVE and CVSS scores. CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
1098
1110
"cve": { # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE record](https://www.cve.org/ResourcesSupport/Glossary) that describes this vulnerability. # CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
1099
1111
"cvssv3": { # Common Vulnerability Scoring System version 3. # Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
0 commit comments