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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

ContainerThreatDetectionSettings

Gets the ContainerThreatDetectionSettings resource.

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

EventThreatDetectionSettings

Gets the EventThreatDetectionSettings resource.

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

Locations

Gets the Locations resource.

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

RapidVulnerabilityDetectionSettings

Gets the RapidVulnerabilityDetectionSettings resource.

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

SecurityHealthAnalyticsSettings

Gets the SecurityHealthAnalyticsSettings resource.

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

VirtualMachineThreatDetectionSettings

Gets the VirtualMachineThreatDetectionSettings resource.

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

WebSecurityScannerSettings

Gets the WebSecurityScannerSettings resource.

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

Methods

GetContainerThreatDetectionSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetContainerThreatDetectionSettingsRequest

GetEventThreatDetectionSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetEventThreatDetectionSettingsRequest

GetRapidVulnerabilityDetectionSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetRapidVulnerabilityDetectionSettingsRequest

GetSecurityCenterSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetSecurityCenterSettingsRequest

GetSecurityHealthAnalyticsSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetSecurityHealthAnalyticsSettingsRequest

GetVirtualMachineThreatDetectionSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetVirtualMachineThreatDetectionSettingsRequest

GetWebSecurityScannerSettings(string)

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

null

Returns
Type Description
ProjectsResource.GetWebSecurityScannerSettingsRequest

UpdateContainerThreatDetectionSettings(ContainerThreatDetectionSettings, string)

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

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.UpdateContainerThreatDetectionSettingsRequest

UpdateEventThreatDetectionSettings(EventThreatDetectionSettings, string)

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

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.UpdateEventThreatDetectionSettingsRequest

UpdateRapidVulnerabilityDetectionSettings(RapidVulnerabilityDetectionSettings, string)

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

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.UpdateRapidVulnerabilityDetectionSettingsRequest

UpdateSecurityHealthAnalyticsSettings(SecurityHealthAnalyticsSettings, string)

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

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.UpdateSecurityHealthAnalyticsSettingsRequest

UpdateVirtualMachineThreatDetectionSettings(VirtualMachineThreatDetectionSettings, string)

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

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.UpdateVirtualMachineThreatDetectionSettingsRequest

UpdateWebSecurityScannerSettings(WebSecurityScannerSettings, string)

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

The body of the request.

string name

null

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