REST Resource: organizations.locations.effectiveSecurityHealthAnalyticsCustomModules

资源:EffectiveSecurityHealthAnalyticsCustomModule

资源层次结构中指定级别(组织、文件夹或项目)的 Security Health Analytics 自定义模块的表示法。如果自定义模块是从父级组织或文件夹继承的,则启用状态会设为在父级中有效的值,而不是 INHERITED。例如,如果模块在组织或文件夹中处于启用状态,则在所有子文件夹或项目中,该模块的有效启用状态均为 ENABLED

JSON 表示法
{
  "name": string,
  "customConfig": {
    object (CustomConfig)
  },
  "enablementState": enum (EnablementState),
  "displayName": string
}
字段
name

string

标识符。自定义模块的完整资源名称,采用以下格式之一:

  • organizations/organization/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
  • folders/folder/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
  • projects/project/{location}/effectiveSecurityHealthAnalyticsCustomModules/{custom_module}
customConfig

object (CustomConfig)

仅限输出。模块的用户指定配置。

enablementState

enum (EnablementState)

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

displayName

string

仅限输出。自定义模块的显示名称。该名称必须介于 1 到 128 个字符之间,以小写字母开头,并且只能包含字母数字字符或下划线。

方法

get

获取单个 EffectiveSecurityHealthAnalyticsCustomModule 的详细信息。

list

返回指定父级的所有 EffectiveSecurityHealthAnalyticsCustomModule 资源的列表。