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

Class IncidentCategories

stix/incident/__init__.py:315–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315class IncidentCategories(stix.EntityList):
316 _namespace = "http://docs.oasis-open.org/cti/ns/stix/incident-1"
317 _binding = incident_binding
318 _binding_class = _binding.CategoriesType
319
320 category = VocabField(
321 name="Category",
322 type_=vocabs.IncidentCategory,
323 multiple=True,
324 key_name="categories"
325 )
326
327
328class AffectedAssets(stix.EntityList):

Callers 1

__init__Method · 0.85

Calls 1

VocabFieldClass · 0.90

Tested by

no test coverage detected