class FoldersFindings extends Resource (View source)

The "findings" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $findings = $securitycenterService->folders_findings;

Methods

bulkMute(string $parent, BulkMuteFindingsRequest $postBody, array $optParams = [])

Kicks off an LRO to bulk mute findings for a parent based on a filter. The parent can be either an organization, folder or project. The findings matched by the filter will be muted after the LRO is done. (findings.bulkMute)

Details

Operation bulkMute(string $parent, BulkMuteFindingsRequest $postBody, array $optParams = [])

Kicks off an LRO to bulk mute findings for a parent based on a filter. The parent can be either an organization, folder or project. The findings matched by the filter will be muted after the LRO is done. (findings.bulkMute)

Parameters

string $parent

Required. The parent, at which bulk action needs to be applied. Its format is organizations/[organization_id], folders/[folder_id], projects/[project_id].

BulkMuteFindingsRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception