A single entity returned by the entity context endpoint.

Hierarchy

  • EntityContextEntity

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The attributes of an entity context entry, grouping all the historical revisions of the entity.

id: string

The unique identifier of the entity.

type: string

The type of the entity. Reflects the underlying entity kind from the entity context store (for example, siem_entity_identity for identities). Defaults to entity when the kind is unknown.

Generated using TypeDoc