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

Class RelatedIncidents

stix/incident/__init__.py:302–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302class RelatedIncidents(GenericRelationshipList):
303 _namespace = "http://docs.oasis-open.org/cti/ns/stix/incident-1"
304 _binding = incident_binding
305 _binding_class = incident_binding.RelatedIncidentsType
306
307 incident = fields.TypedField(
308 name="Related_Incident",
309 type_=RelatedIncident,
310 multiple=True,
311 key_name="incidents"
312 )
313
314
315class IncidentCategories(stix.EntityList):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected