| 35 | |
| 36 | |
| 37 | class AssociatedCampaigns(GenericRelationshipList): |
| 38 | _namespace = 'http://docs.oasis-open.org/cti/ns/stix/threat-actor-1' |
| 39 | _binding = threat_actor_binding |
| 40 | _binding_class = threat_actor_binding.AssociatedCampaignsType |
| 41 | |
| 42 | associated_campaign = fields.TypedField("Associated_Campaign", RelatedCampaign, multiple=True, key_name="campaigns") |
| 43 | |
| 44 | |
| 45 | class ThreatActor(stix.BaseCoreComponent): |