event_threat_detection_settings
Creates, updates, deletes, gets or lists an event_threat_detection_settings
resource.
Overview
Name | event_threat_detection_settings |
Type | Resource |
Id | google.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
folders_event_threat_detection_settings_validate_custom_module | exec | foldersId | Validates the given Event Threat Detection custom module. | |
projects_event_threat_detection_settings_validate_custom_module | exec | projectsId | Validates the given Event Threat Detection custom module. | |
organizations_event_threat_detection_settings_validate_custom_module | exec | organizationsId | Validates 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.
Name | Datatype | Description |
---|---|---|
foldersId | string | |
organizationsId | string | |
projectsId | string |
Lifecycle Methods
- folders_event_threat_detection_settings_validate_custom_module
- projects_event_threat_detection_settings_validate_custom_module
- organizations_event_threat_detection_settings_validate_custom_module
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 }}"
}';
Validates the given Event Threat Detection custom module.
EXEC google.securitycenter.event_threat_detection_settings.projects_event_threat_detection_settings_validate_custom_module
@projectsId='{{ projectsId }}' --required
@@json=
'{
"rawText": "{{ rawText }}",
"type": "{{ type }}"
}';
Validates the given Event Threat Detection custom module.
EXEC google.securitycenter.event_threat_detection_settings.organizations_event_threat_detection_settings_validate_custom_module
@organizationsId='{{ organizationsId }}' --required
@@json=
'{
"rawText": "{{ rawText }}",
"type": "{{ type }}"
}';