Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Alerts

Gets the Alerts resource.

Declaration
public virtual ProjectsResource.AlertsResource Alerts { get; }
Property Value
Type Description
ProjectsResource.AlertsResource

Configurations

Gets the Configurations resource.

Declaration
public virtual ProjectsResource.ConfigurationsResource Configurations { get; }
Property Value
Type Description
ProjectsResource.ConfigurationsResource

Findings

Gets the Findings resource.

Declaration
public virtual ProjectsResource.FindingsResource Findings { get; }
Property Value
Type Description
ProjectsResource.FindingsResource

Methods

GenerateOrgProfile(GenerateOrgProfileConfigurationRequest, string)

Triggers the generation of a Customer Profile for a project.

Declaration
public virtual ProjectsResource.GenerateOrgProfileRequest GenerateOrgProfile(GenerateOrgProfileConfigurationRequest body, string name)
Parameters
Type Name Description
GenerateOrgProfileConfigurationRequest body

The body of the request.

string name

Required. The name of the project to generate the profile for. Format: projects/{project}

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