Method: projects.eventThreatDetectionSettings.validateCustomModule
Stay organized with collections
Save and categorize content based on your preferences.
Validates the given Event Threat Detection custom module.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Resource name of the parent to validate the Custom Module under. Its format is:
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "rawText": string, "type": string } |
Fields | |
---|---|
rawText |
Required. The raw text of the module's contents. Used to generate error messages. |
type |
Required. The type of the module (e.g. CONFIGURABLE_BAD_IP). |
Response body
If successful, the response body contains an instance of ValidateEventThreatDetectionCustomModuleResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.