Resource: Simulation
Attack path simulation
JSON representation |
---|
{
"name": string,
"createTime": string,
"resourceValueConfigsMetadata": [
{
object ( |
Fields | |
---|---|
name |
Full resource name of the Simulation: organizations/123/simulations/456 |
createTime |
Output only. Time simulation was created A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
resourceValueConfigsMetadata[] |
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 |
Resource value config name |
Methods |
|
---|---|
|
Get the simulation by name or the latest simulation for the given organization. |