Class FoldersResource.EventThreatDetectionSettingsResource
The "eventThreatDetectionSettings" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class FoldersResource.EventThreatDetectionSettingsResource
Constructors
EventThreatDetectionSettingsResource(IClientService)
Constructs a new resource.
Declaration
public EventThreatDetectionSettingsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
CustomModules
Gets the CustomModules resource.
Declaration
public virtual FoldersResource.EventThreatDetectionSettingsResource.CustomModulesResource CustomModules { get; }
Property Value
| Type | Description |
|---|---|
| FoldersResource.EventThreatDetectionSettingsResource.CustomModulesResource |
EffectiveCustomModules
Gets the EffectiveCustomModules resource.
Declaration
public virtual FoldersResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource EffectiveCustomModules { get; }
Property Value
| Type | Description |
|---|---|
| FoldersResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource |
Methods
ValidateCustomModule(ValidateEventThreatDetectionCustomModuleRequest, string)
Validates the given Event Threat Detection custom module.
Declaration
public virtual FoldersResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest ValidateCustomModule(ValidateEventThreatDetectionCustomModuleRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| ValidateEventThreatDetectionCustomModuleRequest | body | The body of the request. |
| string | parent | Required. Resource name of the parent to validate the Custom Module under. Its format is: *
|
Returns
| Type | Description |
|---|---|
| FoldersResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest |