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.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Assets

Gets the Assets resource.

Declaration
public virtual ProjectsResource.AssetsResource Assets { get; }
Property Value
Type Description
ProjectsResource.AssetsResource

BigQueryExports

Gets the BigQueryExports resource.

Declaration
public virtual ProjectsResource.BigQueryExportsResource BigQueryExports { get; }
Property Value
Type Description
ProjectsResource.BigQueryExportsResource

Findings

Gets the Findings resource.

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

MuteConfigs

Gets the MuteConfigs resource.

Declaration
public virtual ProjectsResource.MuteConfigsResource MuteConfigs { get; }
Property Value
Type Description
ProjectsResource.MuteConfigsResource

NotificationConfigs

Gets the NotificationConfigs resource.

Declaration
public virtual ProjectsResource.NotificationConfigsResource NotificationConfigs { get; }
Property Value
Type Description
ProjectsResource.NotificationConfigsResource

SecurityHealthAnalyticsSettings

Gets the SecurityHealthAnalyticsSettings resource.

Declaration
public virtual ProjectsResource.SecurityHealthAnalyticsSettingsResource SecurityHealthAnalyticsSettings { get; }
Property Value
Type Description
ProjectsResource.SecurityHealthAnalyticsSettingsResource

Sources

Gets the Sources resource.

Declaration
public virtual ProjectsResource.SourcesResource Sources { get; }
Property Value
Type Description
ProjectsResource.SourcesResource
In This Article
Back to top Generated by DocFX