Show / Hide Table of Contents

Class ProjectsResource.FindingsResource

The "findings" collection of methods.

Inheritance
object
ProjectsResource.FindingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ProjectsResource.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 ProjectsResource.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 organizations/[organization_id], folders/[folder_id], projects/[project_id].

Returns
Type Description
ProjectsResource.FindingsResource.BulkMuteRequest
In this article
Back to top Generated by DocFX