| 27 | |
| 28 | |
| 29 | class AssociatedActors(GenericRelationshipList): |
| 30 | _namespace = 'http://docs.oasis-open.org/cti/ns/stix/threat-actor-1' |
| 31 | _binding = threat_actor_binding |
| 32 | _binding_class = threat_actor_binding.AssociatedActorsType |
| 33 | |
| 34 | associated_actor = fields.TypedField("Associated_Actor", RelatedThreatActor, multiple=True, key_name="threat_actors") |
| 35 | |
| 36 | |
| 37 | class AssociatedCampaigns(GenericRelationshipList): |