Warning

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

stix.core.stix_header Module

Classes

class stix.core.stix_header.STIXHeader(package_intents=None, description=None, handling=None, information_source=None, title=None, short_description=None)

Bases: stix.base.Entity

add_profile(profile)

Adds a profile to the STIX Header. A Profile is represented by a string URI.

short_description

The short_description property for this entity.

Default Value: None

Note

If set to a value that is not an instance of stix.common.structured_text.StructuredText, an attempt to will be made to convert the value into an instance of stix.common.structured_text.StructuredText.

Returns:An instance of stix.common.structured_text.StructuredText

Table Of Contents

Previous topic

stix.common.vocabs Module

Next topic

stix.core.stix_package Module

This Page

Related Documentation