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

Detailed steps the attack can take between path nodes.

Attributes

  • description (type: String.t, default: nil) - Attack step description
  • displayName (type: String.t, default: nil) - User friendly name of the attack step
  • labels (type: map(), default: nil) - Attack step labels for metadata
  • type (type: String.t, default: nil) - Attack step type. Can be either AND, OR or DEFENSE
  • uuid (type: String.t, default: nil) - Unique ID for one Node

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AttackStepNode{
  description: String.t() | nil,
  displayName: String.t() | nil,
  labels: map() | nil,
  type: String.t() | nil,
  uuid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.