- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
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 ( |
Fields | |
---|---|
entity_ |
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 ( |
Fields | |
---|---|
entity_ |
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.
IAM Permissions
Requires the following IAM permission on the name
resource:
chronicle.entities.modifyEntityRiskScore
For more information, see the IAM documentation.