Method: organizations.sources.findings.externalSystems.patch

Updates external system. This is for a given finding.

HTTP request

PATCH https://securitycenter.googleapis.com/v1/{externalSystem.name=organizations/*/sources/*/findings/*/externalSystems/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
externalSystem.name

string

Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"

Query parameters

Parameters
updateMask

string (FieldMask format)

The FieldMask to use when updating the external system resource.

If empty all mutable fields will be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of ExternalSystem.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.