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 |
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 |
Required. The existing property key, whose value should be updated. |
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.