Class: Google::Cloud::SecurityCenter::V2::Chokepoint
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Chokepoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/chokepoint.rb
Overview
Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on attack path simulations.
Instance Attribute Summary collapse
-
#related_findings ⇒ ::Array<::String>
List of resource names of findings associated with this chokepoint.
Instance Attribute Details
#related_findings ⇒ ::Array<::String>
Returns 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.
32 33 34 35 |
# File 'proto_docs/google/cloud/securitycenter/v2/chokepoint.rb', line 32 class Chokepoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |