Method: organizations.sources.findings.patch

検出結果を作成または更新します。ロケーションが指定されていない場合、検出結果はグローバルであると見なされます。検出結果を正常に作成するには、対応するソースが存在している必要があります。

HTTP リクエスト


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

パスパラメータ

パラメータ
finding.name

string

検出結果の相対リソース名。次のリストに例を示します。

+ organizations/{organization_id}/sources/{source_id}/findings/{findingId} + organizations/{organization_id}/sources/{source_id}/locations/{locationId}/findings/{findingId} + folders/{folder_id}/sources/{source_id}/findings/{findingId} + folders/{folder_id}/sources/{source_id}/locations/{locationId}/findings/{findingId} + projects/{projectId}/sources/{source_id}/findings/{findingId} + projects/{projectId}/sources/{source_id}/locations/{locationId}/findings/{findingId}

クエリ パラメータ

パラメータ
updateMask

string (FieldMask format)

検出結果リソースの更新時に使用する FieldMask。検出結果を作成するときにこのフィールドを指定しないでください。

検出結果を更新する場合、空のマスクは、すべての変更可能なフィールドを更新し、sourceProperties を置き換えるものとして扱われます。個々の sourceProperties は、フィールド マスクで「sourceProperties.」を使用して追加または更新できます。

リクエストの本文

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

レスポンスの本文

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

認可スコープ

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

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

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