Method: organizations.locations.effectiveEventThreatDetectionCustomModules.get

获取给定级别有效的 Event Threat Detection 自定义模块。

EffectiveEventThreatDetectionCustomModuleEventThreatDetectionCustomModule 之间的区别在于,EffectiveEventThreatDetectionCustomModule 的字段会根据需要从祖先计算得出。例如,EventThreatDetectionCustomModule 的启用状态可以是 ENABLEDDISABLEDINHERITED。相反,EffectiveEventThreatDetectionCustomModule 的启用状态始终计算为 ENABLEDDISABLED

HTTP 请求

GET https://securitycentermanagement.googleapis.com/v1/{name=organizations/*/locations/*/effectiveEventThreatDetectionCustomModules/*}

网址采用 gRPC 转码语法。

路径参数

参数
name

string

必需。Event Threat Detection 自定义模块的资源名称,采用以下格式之一:

  • organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}

请求正文

请求正文必须为空。

响应正文

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

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅身份验证概览

IAM 权限

需要拥有 name 资源的以下 IAM 权限:

  • securitycentermanagement.effectiveEventThreatDetectionCustomModules.get

如需了解详情,请参阅 IAM 文档