target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Folders.Findings.html Maven / Gradle / Ivy
SecurityCommandCenter.Folders.Findings (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Folders.Findings
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Folders.Findings
-
- Enclosing class:
- SecurityCommandCenter.Folders
public class SecurityCommandCenter.Folders.Findings
extends Object
The "findings" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Folders.Findings.BulkMute
-
Constructor Summary
Constructors
Constructor and Description
Findings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Folders.Findings.BulkMute
bulkMute(String parent,
BulkMuteFindingsRequest content)
Kicks off an LRO to bulk mute findings for a parent based on a filter.
-
-
Method Detail
-
bulkMute
public SecurityCommandCenter.Folders.Findings.BulkMute bulkMute(String parent,
BulkMuteFindingsRequest content)
throws IOException
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.
Create a request for the method "findings.bulkMute".
This request holds the parameters needed by the securitycenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent, at which bulk action needs to be applied. Its format is
`organizations/[organization_id]`, `folders/[folder_id]`, `projects/[project_id]`.
content
- the BulkMuteFindingsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy