REST Resource: organizations.eventThreatDetectionSettings.effectiveCustomModules

资源:EffectiveEventThreatDetectionCustomModule

EffectiveEventThreatDetectionCustomModule 是指资源层次结构的指定级别(组织、文件夹或项目)的 Event Threat Detection 自定义模块的表示法。如果自定义模块从父级组织或文件夹继承,则 EffectiveEventThreatDetectionCustomModule 中的 enablementState 属性的值会设置为父级中有效的值,而不是 INHERITED。例如,如果在父级组织或文件夹中启用了该模块,则所有子文件夹或项目中该模块的有效 enablementState 也为 enabled。EffectiveEventThreatDetectionCustomModule 是只读的。

JSON 表示法
{
  "name": string,
  "config": {
    object
  },
  "enablementState": enum (EnablementState),
  "type": string,
  "displayName": string,
  "description": string,
  "cloudProvider": enum (CloudProvider)
}
字段
name

string

仅限输出。有效 ETD 自定义模块的资源名称。

其格式为:

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

object (Struct format)

仅限输出。有效模块的配置。

enablementState

enum (EnablementState)

仅限输出。在给定层次结构级别的模块的有效启用状态。

type

string

仅限输出。模块的类型,例如 CONFIGURABLE_BAD_IP。

displayName

string

仅限输出。要为模块显示的直观易懂的名称。

description

string

仅限输出。模块的说明。

cloudProvider

enum (CloudProvider)

自定义模块的云服务提供商。

方法

get

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

list

列出指定父级的所有有效 Event Threat Detection 自定义模块。