GoogleApi.SecurityCenter.V1.Model.ListAttackPathsResponse (google_api_security_center v0.39.0)
View SourceResponse message for listing the attack paths for a given simulation or valued resource.
Attributes
-
attackPaths
(type:list(GoogleApi.SecurityCenter.V1.Model.AttackPath.t)
, default:nil
) - The attack paths that the attack path simulation identified. -
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.ListAttackPathsResponse{ attackPaths: [GoogleApi.SecurityCenter.V1.Model.AttackPath.t()] | nil, nextPageToken: String.t() | nil }