Warning

This documentation is still a work in progress. If you have any issues or questions, please ask on the cybox-discussion mailing list or file a bug in our issue tracker.

cybox.core.associated_object module

class cybox.core.associated_object.AssociatedObject(defined_object=None, type_=None, association_type=None)[source]

Bases: cybox.core.object.Object

The CybOX Associated Object element.

Currently only supports the id, association_type and ObjectProperties properties

XML binding class: <undefined>
static from_dict(object_dict)[source]
static from_obj(object_obj)[source]
superclass

alias of Object | XML binding class: <undefined>

to_dict()[source]
to_obj(return_obj=None, ns_info=None)[source]
class cybox.core.associated_object.AssociationType(value=None)[source]

Bases: cybox.common.vocabs.VocabString

XML binding class: <undefined>

Previous topic

cybox.core.action_reference module

Next topic

cybox.core.event module

This Page

Related Documentation