- Resource: UniqueEntity
- PropertyValue
- FetchFullUniqueEntityContextGroup
- UniqueEntityContextGroupItem
- Methods
Resource: UniqueEntity
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. This resource represents entities that are unique in the system and not associated with cases and alerts.
JSON representation |
---|
{ "name": string, "identifier": string, "type": string, "environment": string, "properties": [ { object ( |
Fields | |
---|---|
name |
Identifier. The unique name of the entity. |
identifier |
Output only. Identifier of the entity, contributing to its uniqueness. |
type |
Output only. Type of the entity, contributing to its uniqueness. |
environment |
Output only. The environment in which the entity exists, contributing to its uniqueness. |
properties[] |
Optional. Properties added by user or not part of this object properties. |
uniqueEntityId |
Output only. Unique Entity Id |
fields[] |
Optional. Context group for uniqueEntities.fetchFull. |
suspicious |
Optional. Describes if the entity is a suspicious or not. |
enriched |
Output only. Describes if the entity is a enriched or not. |
internalAsset |
Optional. Describes if the entity is an internal or not. |
artifact |
Optional. Describes if the entity is an artifact or not. |
manuallyCreated |
Output only. Describes if the entity is a manually created or not. |
network |
Optional. Network name property. |
threatSource |
Optional. Threat source of the entity. |
operatingSystem |
Optional. The operating system related to the entity. |
country |
Optional. The country related to the entity. |
PropertyValue
A property key and value.
JSON representation |
---|
{ "key": string, "value": string } |
Fields | |
---|---|
key |
Required. The property key. |
value |
Required. The property value. |
FetchFullUniqueEntityContextGroup
Context group for uniqueEntities.fetchFull.
JSON representation |
---|
{
"displayName": string,
"items": [
{
object ( |
Fields | |
---|---|
displayName |
Optional. Display name of the entity. |
items[] |
Optional. Context group items. |
highlighted |
Optional. Highlighted property. |
UniqueEntityContextGroupItem
Context group item.
JSON representation |
---|
{ "name": string, "originalName": string, "value": string } |
Fields | |
---|---|
name |
Optional. Name of the item. |
originalName |
Optional. Original name of the item. |
value |
Optional. Value of the item. |
Methods |
|
---|---|
|
Adds a note to a UniqueEntity. |
|
Downloads a unique entity report. |
|
Fetches a full UniqueEntity. |
|
Get a UniqueEntity. |
|
Lists UniqueEntities. |
|
Update a UniqueEntity. |