Method: projects.getContainerThreatDetectionSettings

ContainerThreatDetectionSettings リソースを取得します。

返された設定レスポンスでフィールドが欠落している場合、そのフィールドが明示的に設定されていないことを意味するだけであり、これらのフィールドについて推測しないでください。つまり、projects.getContainerThreatDetectionSettings は、リソースの有効なサービス設定(継承された設定とデフォルト設定を考慮)を計算しません。代わりに、containerThreatDetectionSettings.calculate を使用してください。

HTTP リクエスト


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

パスパラメータ

パラメータ
name

string

必須。取得する ContainerThreatDetectionSettings の名前。

形式:

  • organizations/{organization}/containerThreatDetectionSettings
  • folders/{folder}/containerThreatDetectionSettings
  • projects/{project}/containerThreatDetectionSettings
  • projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings

リクエストの本文

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

レスポンスの本文

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

認可スコープ

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

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

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