Class: Google::Cloud::SecurityCenter::V1::ListAttackPathsRequest

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

Request message for listing the attack paths for a given simulation or valued resource.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter expression that filters the attack path in the response. Supported fields:

  • valued_resources supports =.

Returns:

  • (::String)

    The filter expression that filters the attack path in the response. Supported fields:

    • valued_resources supports =


879
880
881
882
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 879

class ListAttackPathsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

Returns:

  • (::Integer)

    The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.



879
880
881
882
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 879

class ListAttackPathsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The value returned by the last ListAttackPathsResponse; indicates that this is a continuation of a prior ListAttackPaths call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListAttackPathsResponse; indicates that this is a continuation of a prior ListAttackPaths call, and that the system should return the next page of data.



879
880
881
882
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 879

class ListAttackPathsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Name of parent to list attack paths.

Valid formats: organizations/{organization}, organizations/{organization}/simulations/{simulation} organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2} organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}.

Returns:

  • (::String)

    Required. Name of parent to list attack paths.

    Valid formats: organizations/{organization}, organizations/{organization}/simulations/{simulation} organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2} organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}



879
880
881
882
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 879

class ListAttackPathsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end