Skip to main content

event_threat_detection_settings

Creates, updates, deletes, gets or lists an event_threat_detection_settings resource.

Overview

Nameevent_threat_detection_settings
TypeResource
Idgoogle.securitycenter.event_threat_detection_settings

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
folders_event_threat_detection_settings_validate_custom_moduleexecfoldersIdValidates the given Event Threat Detection custom module.
projects_event_threat_detection_settings_validate_custom_moduleexecprojectsIdValidates the given Event Threat Detection custom module.
organizations_event_threat_detection_settings_validate_custom_moduleexecorganizationsIdValidates the given Event Threat Detection custom module.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
foldersIdstring
organizationsIdstring
projectsIdstring

Lifecycle Methods

Validates the given Event Threat Detection custom module.

EXEC google.securitycenter.event_threat_detection_settings.folders_event_threat_detection_settings_validate_custom_module 
@foldersId='{{ foldersId }}' --required
@@json=
'{
"rawText": "{{ rawText }}",
"type": "{{ type }}"
}';