HLDModulesGovernance
v1.2 is unreleased — see v1.1 for the current stable release.
Groups
Policy groups — named collections that aggregate compliance scores across member policies.
Policy Groups
A Group is the top-level governance object. Users create groups to bundle related policies (e.g. "Security Baseline" or "Compliance Pack (GDPR)") and track a single compliance score across all member policies.
Group Fields
| Field | Type | Description |
|---|---|---|
name | string | Human-readable group name |
description | string | Purpose of this policy group |
policies | derived | Count of policies currently assigned to this group |
complianceScore | number (0–100%) | Aggregate compliance across all member policies |
createdBy | string | "system" for built-in groups, or the user email that created it |
status | Active / Inactive | Whether the group is actively enforced |
createdAt | ISO datetime | Creation timestamp |
updatedAt | ISO datetime | Last modification timestamp |
A group with status: Inactive will not trigger scheduled evaluations for its member policies.
Built-in Groups
MCM ships with pre-configured Built-in Groups that map to industry regulatory frameworks (GDPR, HIPAA, SOC 2). These groups have createdBy: "system" and cannot be deleted. See Built-in Groups for details.