Method: involvedEntities.addProperty

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

Adds a new custom property to an InvolvedEntity. Use this method to attach arbitrary metadata or enrichment results to an actor.

HTTP request


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

Path parameters

Parameters
name

string

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

Request body

The request body contains data with the following structure:

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

string

Required. The new property key.

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.