REST Resource: organizations.simulations

Resource: Simulation

Attack path simulation

JSON representation
{
  "name": string,
  "createTime": string,
  "resourceValueConfigsMetadata": [
    {
      object (ResourceValueConfigMetadata)
    }
  ],
  "cloudProvider": enum (CloudProvider)
}
Fields
name

string

Full resource name of the Simulation: organizations/123/simulations/456

createTime

string (Timestamp format)

Output only. Time simulation was created

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

resourceValueConfigsMetadata[]

object (ResourceValueConfigMetadata)

Resource value configurations' metadata used in this simulation. Maximum of 100.

cloudProvider

enum (CloudProvider)

Indicates which cloud provider was used in this simulation.

Methods

get

Get the simulation by name or the latest simulation for the given organization.