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

Attack path simulation

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time simulation was created
  • name (type: String.t, default: nil) - Full resource name of the Simulation: organizations/123/simulations/456
  • resourceValueConfigsMetadata (type: list(GoogleApi.SecurityCenter.V1.Model.ResourceValueConfigMetadata.t), default: nil) - Resource value configurations' metadata used in this simulation. Maximum of 100.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Simulation{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  resourceValueConfigsMetadata:
    [GoogleApi.SecurityCenter.V1.Model.ResourceValueConfigMetadata.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.