Cover identity and organization API cleanup
This commit is contained in:
@@ -193,6 +193,20 @@ _CONFIGURATION_FIELD_SAFETY: tuple[ConfigurationFieldSafety, ...] = (
|
||||
rollback_history_required=True,
|
||||
notes="Central groups, roles, and assignments need previews before materialization.",
|
||||
),
|
||||
ConfigurationFieldSafety(
|
||||
key="organizations.model",
|
||||
label="Organization model",
|
||||
owner_module="organizations",
|
||||
scope="tenant",
|
||||
storage="module_settings",
|
||||
ui_managed=True,
|
||||
risk="high",
|
||||
dry_run_required=True,
|
||||
policy_explanation_required=True,
|
||||
audit_event="organizations.model.updated",
|
||||
rollback_history_required=True,
|
||||
notes="Organization meta-model, concrete units, relations, functions, and assignments can be governed per tenant.",
|
||||
),
|
||||
ConfigurationFieldSafety(
|
||||
key="mail_profiles.credentials",
|
||||
label="Mail profile credentials",
|
||||
|
||||
Reference in New Issue
Block a user