OrganizationsResourceValueConfigs
class OrganizationsResourceValueConfigs extends Resource (View source)
The "resourceValueConfigs" collection of methods.
Typical usage is:
$securitycenterService = new Google\Service\SecurityCommandCenter(...);
$resourceValueConfigs = $securitycenterService->organizations_resourceValueConfigs;
Methods
Creates a ResourceValueConfig for an organization. Maps user's tags to difference resource values for use by the attack path simulation.
Deletes a ResourceValueConfig. (resourceValueConfigs.delete)
Gets a ResourceValueConfig. (resourceValueConfigs.get)
Lists all ResourceValueConfigs.
Updates an existing ResourceValueConfigs with new rules.
Details
BatchCreateResourceValueConfigsResponse
batchCreate(string $parent, BatchCreateResourceValueConfigsRequest $postBody, array $optParams = [])
Creates a ResourceValueConfig for an organization. Maps user's tags to difference resource values for use by the attack path simulation.
(resourceValueConfigs.batchCreate)
SecuritycenterEmpty
delete(string $name, array $optParams = [])
Deletes a ResourceValueConfig. (resourceValueConfigs.delete)
GoogleCloudSecuritycenterV1ResourceValueConfig
get(string $name, array $optParams = [])
Gets a ResourceValueConfig. (resourceValueConfigs.get)
ListResourceValueConfigsResponse
listOrganizationsResourceValueConfigs(string $parent, array $optParams = [])
Lists all ResourceValueConfigs.
(resourceValueConfigs.listOrganizationsResourceValueConfigs)
GoogleCloudSecuritycenterV1ResourceValueConfig
patch(string $name, GoogleCloudSecuritycenterV1ResourceValueConfig $postBody, array $optParams = [])
Updates an existing ResourceValueConfigs with new rules.
(resourceValueConfigs.patch)