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

Class RelatedIndicator

stix/common/related.py:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 item = fields.TypedField("Incident", type_="stix.incident.Incident")
232
233class RelatedIndicator(_BaseRelated):
234 _namespace = "http://docs.oasis-open.org/cti/ns/stix/common-1"
235 _binding = common_binding
236 _binding_class = common_binding.RelatedIndicatorType
237
238 # _BaseRelated requires an "item" field.
239 item = fields.TypedField("Indicator", type_="stix.indicator.Indicator")
240
241
242class RelatedObservable(_BaseRelated):

Callers 1

Calls

no outgoing calls

Tested by 1