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.

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.

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 issues" using functions such as has_issue and has_asset in the query string. Example to search for findings for a specific issue: has_issue("name=\"vaults/vault-12345/issues/issue-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