Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListAttackPathsRequest.
Request message for listing the attack paths for a given simulation or valued resource.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) —
The filter expression that filters the attack path in the response. Supported fields:
valued_resources
supports =
#filter=
def filter=(value) -> ::String
-
value (::String) —
The filter expression that filters the attack path in the response. Supported fields:
valued_resources
supports =
-
(::String) —
The filter expression that filters the attack path in the response. Supported fields:
valued_resources
supports =
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
- (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
#page_token
def page_token() -> ::String
-
(::String) — The value returned by the last
ListAttackPathsResponse
; indicates that this is a continuation of a priorListAttackPaths
call, and that the system should return the next page of data.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — The value returned by the last
ListAttackPathsResponse
; indicates that this is a continuation of a priorListAttackPaths
call, and that the system should return the next page of data.
-
(::String) — The value returned by the last
ListAttackPathsResponse
; indicates that this is a continuation of a priorListAttackPaths
call, and that the system should return the next page of data.
#parent
def parent() -> ::String
-
(::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}
#parent=
def parent=(value) -> ::String
-
value (::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}
-
(::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}