MCPcopy Create free account
hub / github.com/STIXProject/python-stix / RelatedIncidents

Class RelatedIncidents

stix/campaign/__init__.py:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38class RelatedIncidents(GenericRelationshipList):
39 _namespace = "http://docs.oasis-open.org/cti/ns/stix/campaign-1"
40 _binding = campaign_binding
41 _binding_class = campaign_binding.RelatedIncidentsType
42
43 incident = fields.TypedField("Related_Incident", RelatedIncident, multiple=True, key_name="incidents")
44
45
46class RelatedIndicators(GenericRelationshipList):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected