Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Simulation

import type { Simulation } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Attack path simulation

interface Simulation {
cloudProvider?:
| "CLOUD_PROVIDER_UNSPECIFIED"
| "GOOGLE_CLOUD_PLATFORM"
| "AMAZON_WEB_SERVICES"
| "MICROSOFT_AZURE";
readonly createTime?: Date;
name?: string;
resourceValueConfigsMetadata?: ResourceValueConfigMetadata[];
}

§Properties

§
cloudProvider?: "CLOUD_PROVIDER_UNSPECIFIED" | "GOOGLE_CLOUD_PLATFORM" | "AMAZON_WEB_SERVICES" | "MICROSOFT_AZURE"
[src]

Indicates which cloud provider was used in this simulation.

§
readonly createTime?: Date
[src]

Output only. Time simulation was created

§
name?: string
[src]

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

§
resourceValueConfigsMetadata?: ResourceValueConfigMetadata[]
[src]

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