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
organizations_event_threat_detection_settings_validate_custom_moduleexecorganizationsId
projects_event_threat_detection_settings_validate_custom_moduleexecprojectsId
folders_event_threat_detection_settings_validate_custom_moduleexecfoldersId

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

Successful response

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