REST Resource: organizations.simulations

Resource: Simulation

Attack path simulation

JSON representation
{
  "name": string,
  "createTime": string,
  "resourceValueConfigsMetadata": [
    {
      object (ResourceValueConfigMetadata)
    }
  ]
}
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.

ResourceValueConfigMetadata

Metadata about a ResourceValueConfig. For example, id and name.

JSON representation
{
  "name": string
}
Fields
name

string

Resource value config name

Methods

get

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