Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class 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.
Generated from protobuf message google.cloud.securitycenter.v2.ToxicCombination
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attack_exposure_score |
float
The Attack exposure score 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. |
↳ related_findings |
array
List of resource names of findings associated with this toxic combination. For example, |
getAttackExposureScore
The Attack exposure score 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.
Returns | |
---|---|
Type | Description |
float |
setAttackExposureScore
The Attack exposure score 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.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getRelatedFindings
List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRelatedFindings
List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |