- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- UpdateSecurityIncidentRequest
- Try it!
BatchUpdateSecurityIncident updates multiple existing security incidents.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/securityIncidents:batchUpdate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Optional. The parent resource shared by all security incidents being updated. If this is set, the parent field in the UpdateSecurityIncidentRequest messages must either be empty or match this field. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"requests": [
{
object ( |
Fields | |
---|---|
requests[] |
Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch. |
Response body
Response for [BatchUpdateSecurityIncident][SecurityIncidentService.BatchUpdateSecurityIncident].
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"securityIncidents": [
{
object ( |
Fields | |
---|---|
securityIncidents[] |
Output only. Updated security incidents |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
UpdateSecurityIncidentRequest
Request for securityIncidents.patch
.
JSON representation |
---|
{
"securityIncident": {
object ( |
Fields | |
---|---|
securityIncident |
Required. The security incident to update. Must contain all existing populated fields of the current incident. |
updateMask |
Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange() This is a comma-separated list of fully qualified names of fields. Example: |