Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::ListAttackPathsResponse.
Response 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
#attack_paths
def attack_paths() -> ::Array<::Google::Cloud::SecurityCenter::V2::AttackPath>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::AttackPath>) — The attack paths that the attack path simulation identified.
#attack_paths=
def attack_paths=(value) -> ::Array<::Google::Cloud::SecurityCenter::V2::AttackPath>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V2::AttackPath>) — The attack paths that the attack path simulation identified.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::AttackPath>) — The attack paths that the attack path simulation identified.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.