Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit e22b770

Browse files
author
Samuel Hassine
committed
[client] Introduce the notion of only_contextual connectors
1 parent 079fafc commit e22b770

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ def __init__(self, config: dict):
387387
def get_name(self):
388388
return self.connect_name
389389

390+
def get_only_contextual(self):
391+
return self.connect_only_contextual
392+
390393
def set_state(self, state) -> None:
391394
"""sets the connector state
392395

0 commit comments

Comments
 (0)