Method: involvedEntities.updateProperty

Full name: projects.locations.instances.cases.caseAlerts.involvedEntities.updateProperty

Updates the value of an existing custom property on an InvolvedEntity. Use this method to refine or correct metadata attached to an actor.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:updateProperty

Path parameters

Parameters
name

string

Required. The resource name. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}/involvedEntities/{involvedEntity}:updateProperty

Request body

The request body contains data with the following structure:

JSON representation
{
  "key": string,
  "value": string
}
Fields
key

string

Required. The existing property key, whose value should be updated.

value

string

Required. The new property value.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • chronicle.involvedEntities.update

For more information, see the IAM documentation.