class OrganizationsSimulations extends Resource (View source)

The "simulations" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $simulations = $securitycenterService->organizations_simulations;

Methods

get(string $name, array $optParams = [])

Get the simulation by name or the latest simulation for the given organization. (simulations.get)

Details

Simulation get(string $name, array $optParams = [])

Get the simulation by name or the latest simulation for the given organization. (simulations.get)

Parameters

string $name

Required. The organization name or simulation name of this simulation Valid format: organizations/{organization}/simulations/latest organizations/{organization}/simulations/{simulation}

array $optParams

Optional parameters.

Return Value

Simulation

Exceptions

Exception