Method: folders.locations.securityCenterServices.get

指定された Security Command Center サービスのサービス設定を取得します。

HTTP リクエスト

GET https://securitycentermanagement.googleapis.com/v1/{name=folders/*/locations/*/securityCenterServices/*}

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

パスパラメータ

パラメータ
name

string

必須。取得する Security Command Center サービス(次のいずれかの形式)。

  • organizations/{organization}/locations/{location}/securityCenterServices/{service}
  • folders/{folder}/locations/{location}/securityCenterServices/{service}
  • projects/{project}/locations/{location}/securityCenterServices/{service}

{service} の有効な値は次のとおりです。

  • container-threat-detection
  • event-threat-detection
  • security-health-analytics
  • vm-threat-detection
  • web-security-scanner
  • vm-threat-detection-aws
  • cloud-run-threat-detection

クエリ パラメータ

パラメータ
showEligibleModulesOnly

boolean

スコープ内のモジュールのみを表示するには、true に設定します。デフォルトでは、すべてのモジュールが表示されます。

リクエストの本文

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

レスポンスの本文

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

認可スコープ

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

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

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

IAM 権限

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

  • securitycentermanagement.securityCenterServices.get

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