REST Resource: projects.securityHealthAnalyticsSettings.effectiveCustomModules

リソース: EffectiveSecurityHealthAnalyticsCustomModule

EffectiveSecurityHealthAnalyticsCustomModule は、リソース階層の指定されたレベル(組織、フォルダ、プロジェクト)の Security Health Analytics カスタム モジュールを表します。カスタム モジュールが親の組織またはフォルダから継承されている場合、EffectiveSecurityHealthAnalyticsCustomModule の enablementState プロパティの値は、INHERITED ではなく、親で有効な値に設定されます。たとえば、親の組織またはフォルダでモジュールが有効になっている場合、すべての子フォルダまたはプロジェクトのモジュールの有効な enablementState も enabled です。EffectiveSecurityHealthAnalyticsCustomModule は読み取り専用です。

JSON 表現
{
  "name": string,
  "customConfig": {
    object (CustomConfig)
  },
  "enablementState": enum (EnablementState),
  "displayName": string,
  "cloudProvider": enum (CloudProvider)
}
フィールド
name

string

出力専用。カスタム モジュールのリソース名。形式は「organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}」、「folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}」、「projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}」です。

customConfig

object (CustomConfig)

出力専用。モジュールのユーザー指定の構成。

enablementState

enum (EnablementState)

出力専用。階層の特定のレベルでモジュールが有効になっている状態。

displayName

string

出力専用。カスタム モジュールの表示名。名前は 1~128 文字で、先頭は英小文字にします。それ以降は、英数字とアンダースコアのみを使用してください。

cloudProvider

enum (CloudProvider)

カスタム モジュールのクラウド プロバイダ。

メソッド

get

EffectiveSecurityHealthAnalyticsCustomModule を取得します。

list

指定された親のすべての EffectiveSecurityHealthAnalyticsCustomModules のリストを返します。