Version: 1.1.1.5

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