fraudtwin.GraphNode#

class fraudtwin.GraphNode(**data)[source][source]#

Bases: BaseModel

Versioned entity node in an observable or oracle graph view.

Parameters:
  • node_id (str)

  • node_type (str)

  • valid_from (datetime)

  • valid_to (datetime | None)

  • available_at (datetime | None)

  • attributes_version (str)

model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].