Method: organizations.environments.securityIncidents.patch

UpdateSecurityIncidents updates an existing security incident.

HTTP request

PATCH https://apigee.googleapis.com/v1/{securityIncident.name=organizations/*/environments/*/securityIncidents/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
securityIncident.name

string

Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111

Query parameters

Parameters
updateMask

string (FieldMask format)

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: "user.displayName,photo".

Request body

The request body contains an instance of SecurityIncident.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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