Show / Hide Table of Contents

Class ProjectsResource.EventThreatDetectionSettingsResource

The "eventThreatDetectionSettings" collection of methods.

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

Constructors

EventThreatDetectionSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Calculate(string)

Calculates the effective EventThreatDetectionSettings based on its level in the resource hierarchy and its settings. Settings provided closer to the target resource take precedence over those further away (e.g. folder will override organization level settings). The default SCC setting for the detector service defaults can be overridden at organization, folder and project levels. No assumptions should be made about the SCC defaults as it is considered an internal implementation detail.

Declaration
public virtual ProjectsResource.EventThreatDetectionSettingsResource.CalculateRequest Calculate(string name)
Parameters
Type Name Description
string name

Required. The name of the EventThreatDetectionSettings to calculate. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings

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