Class: Google::Cloud::SecurityCenter::V1::ListAttackPathsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#attack_paths::Array<::Google::Cloud::SecurityCenter::V1::AttackPath>

Returns The attack paths that the attack path simulation identified.

Returns:



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.

Returns:

  • (::String)

    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