Skip to content

Commit 1594d05

Browse files
committed
[client] Do not add organization seggregation on generic identities
1 parent bf7342d commit 1594d05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycti/entities/opencti_identity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ def create(self, **kwargs):
483483
}
484484
}
485485
"""
486-
input_variables["objectOrganization"] = granted_refs
487486
input_variables["type"] = type
488487
result_data_field = "identityAdd"
489488
result = self.opencti.query(

0 commit comments

Comments
 (0)