Show / Hide Table of Contents

Class FoldersResource

The "folders" collection of methods.

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

Constructors

FoldersResource(IClientService)

Constructs a new resource.

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

Properties

Assets

Gets the Assets resource.

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

BigQueryExports

Gets the BigQueryExports resource.

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

EventThreatDetectionSettings

Gets the EventThreatDetectionSettings resource.

Declaration
public virtual FoldersResource.EventThreatDetectionSettingsResource EventThreatDetectionSettings { get; }
Property Value
Type Description
FoldersResource.EventThreatDetectionSettingsResource

Findings

Gets the Findings resource.

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

Locations

Gets the Locations resource.

Declaration
public virtual FoldersResource.LocationsResource Locations { get; }
Property Value
Type Description
FoldersResource.LocationsResource

MuteConfigs

Gets the MuteConfigs resource.

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

NotificationConfigs

Gets the NotificationConfigs resource.

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

SecurityHealthAnalyticsSettings

Gets the SecurityHealthAnalyticsSettings resource.

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

Sources

Gets the Sources resource.

Declaration
public virtual FoldersResource.SourcesResource Sources { get; }
Property Value
Type Description
FoldersResource.SourcesResource
In this article
Back to top Generated by DocFX