Class: Google::Cloud::SecurityCenter::V1::ListAttackPathsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListAttackPathsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message for listing the attack paths for a given simulation or valued resource.
Instance Attribute Summary collapse
-
#attack_paths ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::AttackPath>
The attack paths that the attack path simulation identified.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results.
Instance Attribute Details
#attack_paths ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::AttackPath>
Returns The attack paths that the attack path simulation identified.
893 894 895 896 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 893 class ListAttackPathsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results.
893 894 895 896 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 893 class ListAttackPathsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |