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

Constructors

FoldersResource(IClientService)

Constructs a new resource.

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

Properties

ContainerThreatDetectionSettings

Gets the ContainerThreatDetectionSettings resource.

Declaration
public virtual FoldersResource.ContainerThreatDetectionSettingsResource ContainerThreatDetectionSettings { get; }
Property Value
Type Description
FoldersResource.ContainerThreatDetectionSettingsResource

EventThreatDetectionSettings

Gets the EventThreatDetectionSettings resource.

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

RapidVulnerabilityDetectionSettings

Gets the RapidVulnerabilityDetectionSettings resource.

Declaration
public virtual FoldersResource.RapidVulnerabilityDetectionSettingsResource RapidVulnerabilityDetectionSettings { get; }
Property Value
Type Description
FoldersResource.RapidVulnerabilityDetectionSettingsResource

SecurityHealthAnalyticsSettings

Gets the SecurityHealthAnalyticsSettings resource.

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

VirtualMachineThreatDetectionSettings

Gets the VirtualMachineThreatDetectionSettings resource.

Declaration
public virtual FoldersResource.VirtualMachineThreatDetectionSettingsResource VirtualMachineThreatDetectionSettings { get; }
Property Value
Type Description
FoldersResource.VirtualMachineThreatDetectionSettingsResource

WebSecurityScannerSettings

Gets the WebSecurityScannerSettings resource.

Declaration
public virtual FoldersResource.WebSecurityScannerSettingsResource WebSecurityScannerSettings { get; }
Property Value
Type Description
FoldersResource.WebSecurityScannerSettingsResource

Methods

GetContainerThreatDetectionSettings(string)

Declaration
public virtual FoldersResource.GetContainerThreatDetectionSettingsRequest GetContainerThreatDetectionSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetContainerThreatDetectionSettingsRequest

GetEventThreatDetectionSettings(string)

Declaration
public virtual FoldersResource.GetEventThreatDetectionSettingsRequest GetEventThreatDetectionSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetEventThreatDetectionSettingsRequest

GetRapidVulnerabilityDetectionSettings(string)

Declaration
public virtual FoldersResource.GetRapidVulnerabilityDetectionSettingsRequest GetRapidVulnerabilityDetectionSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetRapidVulnerabilityDetectionSettingsRequest

GetSecurityCenterSettings(string)

Declaration
public virtual FoldersResource.GetSecurityCenterSettingsRequest GetSecurityCenterSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetSecurityCenterSettingsRequest

GetSecurityHealthAnalyticsSettings(string)

Declaration
public virtual FoldersResource.GetSecurityHealthAnalyticsSettingsRequest GetSecurityHealthAnalyticsSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetSecurityHealthAnalyticsSettingsRequest

GetVirtualMachineThreatDetectionSettings(string)

Declaration
public virtual FoldersResource.GetVirtualMachineThreatDetectionSettingsRequest GetVirtualMachineThreatDetectionSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetVirtualMachineThreatDetectionSettingsRequest

GetWebSecurityScannerSettings(string)

Declaration
public virtual FoldersResource.GetWebSecurityScannerSettingsRequest GetWebSecurityScannerSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.GetWebSecurityScannerSettingsRequest

UpdateContainerThreatDetectionSettings(ContainerThreatDetectionSettings, string)

Declaration
public virtual FoldersResource.UpdateContainerThreatDetectionSettingsRequest UpdateContainerThreatDetectionSettings(ContainerThreatDetectionSettings body, string name)
Parameters
Type Name Description
ContainerThreatDetectionSettings body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.UpdateContainerThreatDetectionSettingsRequest

UpdateEventThreatDetectionSettings(EventThreatDetectionSettings, string)

Declaration
public virtual FoldersResource.UpdateEventThreatDetectionSettingsRequest UpdateEventThreatDetectionSettings(EventThreatDetectionSettings body, string name)
Parameters
Type Name Description
EventThreatDetectionSettings body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.UpdateEventThreatDetectionSettingsRequest

UpdateRapidVulnerabilityDetectionSettings(RapidVulnerabilityDetectionSettings, string)

Declaration
public virtual FoldersResource.UpdateRapidVulnerabilityDetectionSettingsRequest UpdateRapidVulnerabilityDetectionSettings(RapidVulnerabilityDetectionSettings body, string name)
Parameters
Type Name Description
RapidVulnerabilityDetectionSettings body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.UpdateRapidVulnerabilityDetectionSettingsRequest

UpdateSecurityHealthAnalyticsSettings(SecurityHealthAnalyticsSettings, string)

Declaration
public virtual FoldersResource.UpdateSecurityHealthAnalyticsSettingsRequest UpdateSecurityHealthAnalyticsSettings(SecurityHealthAnalyticsSettings body, string name)
Parameters
Type Name Description
SecurityHealthAnalyticsSettings body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.UpdateSecurityHealthAnalyticsSettingsRequest

UpdateVirtualMachineThreatDetectionSettings(VirtualMachineThreatDetectionSettings, string)

Declaration
public virtual FoldersResource.UpdateVirtualMachineThreatDetectionSettingsRequest UpdateVirtualMachineThreatDetectionSettings(VirtualMachineThreatDetectionSettings body, string name)
Parameters
Type Name Description
VirtualMachineThreatDetectionSettings body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.UpdateVirtualMachineThreatDetectionSettingsRequest

UpdateWebSecurityScannerSettings(WebSecurityScannerSettings, string)

Declaration
public virtual FoldersResource.UpdateWebSecurityScannerSettingsRequest UpdateWebSecurityScannerSettings(WebSecurityScannerSettings body, string name)
Parameters
Type Name Description
WebSecurityScannerSettings body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.UpdateWebSecurityScannerSettingsRequest
In this article
Back to top Generated by DocFX