Method: organizations.locations.effectiveEventThreatDetectionCustomModules.get

指定されたレベルで有効な Event Threat Detection カスタム モジュールを取得します。

EffectiveEventThreatDetectionCustomModuleEventThreatDetectionCustomModule の違いは、EffectiveEventThreatDetectionCustomModule のフィールドは必要に応じて祖先から計算される点です。たとえば、EventThreatDetectionCustomModule の有効化状態は、ENABLEDDISABLEDINHERITED のいずれかです。一方、EffectiveEventThreatDetectionCustomModule の有効化状態は常に ENABLED または DISABLED として計算されます。

HTTP リクエスト

GET https://securitycentermanagement.googleapis.com/v1/{name=organizations/*/locations/*/effectiveEventThreatDetectionCustomModules/*}

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

パスパラメータ

パラメータ
name

string

必須。Event Threat Detection カスタム モジュールのリソース名。次のいずれかの形式で指定します。

  • organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}
  • projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{custom_module}

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンスの本文

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

認可スコープ

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

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

詳細については、認証の概要をご覧ください。

IAM 権限

name リソースに対する次の IAM 権限が必要です。

  • securitycentermanagement.effectiveEventThreatDetectionCustomModules.get

詳細については、IAM のドキュメントをご覧ください。