Method: entities.modifyEntityRiskScore

Full name: projects.locations.instances.entities.modifyEntityRiskScore

Modify base entity risk score for an entity.

HTTP request

POST https://chronicle.googleapis.com/v1alpha/{name}:modifyEntityRiskScore

Path parameters

Parameters
name

string

Required. The entity id to the entity to modify entity risk score on. In the ModifyEntityRiskScore API, entity id is an encoded string of the Most Reliable Indicator proto (including MRI value, type and namespace), which would finally be a unified representation of Entity resource. Format: projects/{project}/locations/{location}/instances/{instance}/entities/{entity}

Request body

The request body contains data with the following structure:

JSON representation
{
  "entity_risk_score_modification": {
    object (EntityRiskScoreModification)
  }
}
Fields
entity_risk_score_modification

object (EntityRiskScoreModification)

Required. Modification that is made to the base entity risk score.

Response body

Response message for ModifyEntityRiskScore method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "entity_risk_score_modification": {
    object (EntityRiskScoreModification)
  }
}
Fields
entity_risk_score_modification

object (EntityRiskScoreModification)

Modification that is made to the base entity risk score.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.