View Source GoogleApi.SecurityCenter.V1.Model.AttackPathNode (google_api_security_center v0.29.0)

Represents one point that an attacker passes through in this attack path.

Attributes

  • associatedFindings (type: list(GoogleApi.SecurityCenter.V1.Model.PathNodeAssociatedFinding.t), default: nil) - The findings associated with this node in the attack path.
  • attackSteps (type: list(GoogleApi.SecurityCenter.V1.Model.AttackStepNode.t), default: nil) - A list of attack step nodes that exist in this attack path node.
  • displayName (type: String.t, default: nil) - Human-readable name of this resource.
  • resource (type: String.t, default: nil) - The name of the resource at this point in the attack path. The format of the name follows the Cloud Asset Inventory resource name format
  • resourceType (type: String.t, default: nil) - The supported resource type
  • uuid (type: String.t, default: nil) - Unique id of the attack path node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AttackPathNode{
  associatedFindings:
    [GoogleApi.SecurityCenter.V1.Model.PathNodeAssociatedFinding.t()] | nil,
  attackSteps: [GoogleApi.SecurityCenter.V1.Model.AttackStepNode.t()] | nil,
  displayName: String.t() | nil,
  resource: String.t() | nil,
  resourceType: String.t() | nil,
  uuid: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.