- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates external system. This is for a given finding. If no location is specified, finding is assumed to be in global
HTTP request
PATCH https://securitycenter.googleapis.com/v2/{externalSystem.name=projects/*/sources/*/findings/*/externalSystems/*} The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
externalSystem.name |
Full resource name of the external system. The following list shows some examples:
|
Query parameters
| Parameters | |
|---|---|
updateMask |
The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated. |
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.