Method: organizations.sources.findings.patch

Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.

HTTP request

PATCH https://securitycenter.googleapis.com/v1beta1/{finding.name=organizations/*/sources/*/findings/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
finding.name

string

The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{findingId}"

Query parameters

Parameters
updateMask

string (FieldMask format)

The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding.

Request body

The request body contains an instance of Finding.

Response body

If successful, the response body contains an instance of Finding.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.