Method: organizations.securityHealthAnalyticsSettings.customModules.patch

指定された更新マスクに基づいて、指定された名前の SecurityHealthAnalyticsCustomModule を更新します。有効化状態の更新は、常駐モジュールと継承モジュールの両方でサポートされています(ただし、常駐モジュールの有効化状態は「継承」にできません)。モジュールの表示名とカスタム構成の更新は、常駐モジュールでのみサポートされています。

HTTP リクエスト


この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
securityHealthAnalyticsCustomModule.name

string

変更不可。カスタム モジュールのリソース名。形式は「organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}」、「folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}」、「projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}」です。

ID {customModule} はサーバーによって生成され、ユーザーが設定することはできません。1 ~ 20 桁の数字です。

クエリ パラメータ

パラメータ
updateMask

string (FieldMask format)

更新するフィールドのリスト。更新できるフィールドは enablementStatecustomConfig のみです。空であるか、ワイルドカード値 * に設定されている場合、enablementStatecustomConfig の両方が更新されます。

リクエストの本文

リクエストの本文には SecurityHealthAnalyticsCustomModule のインスタンスが含まれます。

レスポンスの本文

成功した場合、レスポンスの本文には SecurityHealthAnalyticsCustomModule のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

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

詳細については、Authentication Overview をご覧ください。