Class OrganizationsResource.FindingsResource
The "findings" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.FindingsResource
Constructors
FindingsResource(IClientService)
Constructs a new resource.
Declaration
public FindingsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BulkMute(BulkMuteFindingsRequest, string)
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.
Declaration
public virtual OrganizationsResource.FindingsResource.BulkMuteRequest BulkMute(BulkMuteFindingsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BulkMuteFindingsRequest | body | The body of the request. |
string | parent | Required. The parent, at which bulk action needs to be applied. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.FindingsResource.BulkMuteRequest |