class OrganizationsSimulationsValuedResources extends Resource (View source)

The "valuedResources" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $valuedResources = $securitycenterService->organizations_simulations_valuedResources;

Methods

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

Get the valued resource by name (valuedResources.get)

listOrganizationsSimulationsValuedResources(string $parent, array $optParams = [])

Lists the valued resources for a set of simulation results and filter.

Details

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

Get the valued resource by name (valuedResources.get)

Parameters

string $name

Required. The name of this valued resource Valid format: organizations/{organization}/simulations/{simulation}/valuedResources/{value d_resource}

array $optParams

Optional parameters.

Return Value

ValuedResource

Exceptions

Exception

ListValuedResourcesResponse listOrganizationsSimulationsValuedResources(string $parent, array $optParams = [])

Lists the valued resources for a set of simulation results and filter.

(valuedResources.listOrganizationsSimulationsValuedResources)

Parameters

string $parent

Required. Name of parent to list valued resources. Valid formats: organizations/{organization}, organizations/{organization}/simulations/{simulation} organizations/{organ ization}/simulations/{simulation}/attackExposureResults/{attack_exposure_resu lt_v2}

array $optParams

Optional parameters.

Return Value

ListValuedResourcesResponse

Exceptions

Exception