Method: projects.eventThreatDetectionSettings.customModules.patch

根据给定的更新掩码,使用给定名称更新 Event Threat Detection 自定义模块。常驻模块和继承模块都支持更新启用状态(不过,常驻模块的启用状态不能为“继承”)。只有常驻模块支持更新模块的显示名称或配置。模块的类型无法更改。

HTTP 请求


网址使用 gRPC 转码语法。

路径参数

参数
eventThreatDetectionCustomModule.name

string

不可变。Event Threat Detection 自定义模块的资源名称。

其格式为:

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

查询参数

参数
updateMask

string (FieldMask format)

要更新的字段的列表。如果为空,则会更新所有可变字段。

请求正文

请求正文包含一个 EventThreatDetectionCustomModule 实例。

响应正文

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

授权范围

需要以下 OAuth 范围:

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

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