Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Chokepoint.
Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on attack path simulations.
Generated from protobuf message google.cloud.securitycenter.v2.Chokepoint
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ related_findings |
array
List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings. |
getRelatedFindings
List of resource names of findings associated with this chokepoint.
For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRelatedFindings
List of resource names of findings associated with this chokepoint.
For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |