Method: folders.eventThreatDetectionSettings.validateCustomModule

验证给定的 Event Threat Detection 自定义模块。

HTTP 请求


网址使用 gRPC 转码语法。

路径参数

参数
parent

string

必需。要验证自定义模块的父级的资源名称。

其格式为:

  • organizations/{organization}/eventThreatDetectionSettings
  • folders/{folder}/eventThreatDetectionSettings
  • projects/{project}/eventThreatDetectionSettings

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "rawText": string,
  "type": string
}
字段
rawText

string

必需。模块内容的原始文本。用于生成错误消息。

type

string

必需。模块的类型(例如 CONFIGURABLE_BAD_IP)。

响应正文

如果成功,则响应正文包含一个 ValidateEventThreatDetectionCustomModuleResponse 实例。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅 Authentication Overview