Skip to content

mscp.classes

Source: src/mscp/classes/__init__.py

Domain models for mSCP.

Re-exports the public model classes used throughout mSCP:

  • Baseline, Profile, Author — baseline document and its sections.
  • Macsecurityrule, Sectionmap — security rule model and its section enumeration.
  • Payload — configuration profile payload model.
  • RuleLibrary — ordered, indexed collection of Macsecurityrule objects.

Baseline, Macsecurityrule, Payload, Author, Profile, RuleLibrary, Sectionmap