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/v1beta/{name}:addProperty Path parameters
| Parameters | |
|---|---|
name |
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 |
Required. The new property key. |
value |
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-platformhttps://www.googleapis.com/auth/chroniclehttps://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.