GoogleApi.SecurityCenter.V1.Model.Simulation (google_api_security_center v0.39.0)
View SourceAttack path simulation
Attributes
-
cloudProvider
(type:String.t
, default:nil
) - Indicates which cloud provider was used in this simulation. -
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{ cloudProvider: String.t() | nil, createTime: DateTime.t() | nil, name: String.t() | nil, resourceValueConfigsMetadata: [GoogleApi.SecurityCenter.V1.Model.ResourceValueConfigMetadata.t()] | nil }