FoldersFindings
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)