REST Resource: projects.locations.instances.entitiesBlocklists

Resource: EntitiesBlocklist

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. EntitiesBlocklist - Chronicle SOAR Block Entity. Types of EntitiesBlocklists: general, case-spesific

JSON representation
{
  "name": string,
  "entityIdentifier": string,
  "entityType": string,
  "action": string,
  "environmentsJson": string
}
Fields
name

string

Identifier. The resource name of the EntitiesBlocklist. Format: projects/{project}/locations/{location}/instances/{instance}/entitiesBlocklists/{entitiesBlocklist}

entityIdentifier

string

Required. The entities blocklist ID of the new stage to create.

entityType

string

Required. Defines the EntitiesBlocklist entities blocklist type in the lifetime of a case.

action

string

Required. Defines the EntitiesBlocklist action in the lifetime of a case.

environmentsJson

string

Required. EntitiesBlocklist associated with the environments.

Methods

create

Create a EntitiesBlocklist.

delete

Delete a EntitiesBlocklist.

get

Get a EntitiesBlocklist.

list

List page of EntitiesBlocklists.

patch

Update a EntitiesBlocklist.