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.ThreatIntelligenceService.v1beta
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.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

Get(string)

Get a finding by name. The name field should have the format: projects/{project}/findings/{finding}

Declaration
public virtual ProjectsResource.FindingsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the finding to get.

Returns
Type Description
ProjectsResource.FindingsResource.GetRequest

List(string)

Get a list of findings that meet the filter criteria. The parent field in ListFindingsRequest should have the format: projects/{project}

Declaration
public virtual ProjectsResource.FindingsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent of the findings.

Returns
Type Description
ProjectsResource.FindingsResource.ListRequest

Search(string)

SearchFindings is a more powerful version of ListFindings that supports complex queries like "findings for alerts" using functions such as has_alert in the query string. The parent field in SearchFindingsRequest should have the format: projects/{project} Example to search for findings for a specific issue: has_alert("name=\"projects/gti-12345/alerts/alert-12345\"")

Declaration
public virtual ProjectsResource.FindingsResource.SearchRequest Search(string parent)
Parameters
Type Name Description
string parent

Required. Parent of the findings. Format: vaults/{vault}

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