Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::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::V1::AttackPath>
    Returns
    
  - (::Array<::Google::Cloud::SecurityCenter::V1::AttackPath>) — The attack paths that the attack path simulation identified.
#attack_paths=
def attack_paths=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::AttackPath>
    Parameter
    
  - value (::Array<::Google::Cloud::SecurityCenter::V1::AttackPath>) — The attack paths that the attack path simulation identified.
    Returns
    
  - (::Array<::Google::Cloud::SecurityCenter::V1::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.