Class FoldersResource.EventThreatDetectionSettingsResource
The "eventThreatDetectionSettings" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class FoldersResource.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 FoldersResource.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 |
---|---|
FoldersResource.EventThreatDetectionSettingsResource.CalculateRequest |