获取给定级别有效的 Event Threat Detection 自定义模块。
EffectiveEventThreatDetectionCustomModule
和 EventThreatDetectionCustomModule
之间的区别在于,EffectiveEventThreatDetectionCustomModule
的字段会根据需要从祖先计算得出。例如,EventThreatDetectionCustomModule
的启用状态可以是 ENABLED
、DISABLED
或 INHERITED
。相反,EffectiveEventThreatDetectionCustomModule
的启用状态始终计算为 ENABLED
或 DISABLED
。
HTTP 请求
GET https://securitycentermanagement.googleapis.com/v1/{name=organizations/*/locations/*/effectiveEventThreatDetectionCustomModules/*}
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
name |
必需。Event Threat Detection 自定义模块的资源名称,采用以下格式之一:
|
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 EffectiveEventThreatDetectionCustomModule
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。
IAM 权限
需要拥有 name
资源的以下 IAM 权限:
securitycentermanagement.effectiveEventThreatDetectionCustomModules.get
如需了解详情,请参阅 IAM 文档。