Skip to main content

ReviewRemediationMode

How a revoke outcome executes (Phase 6 design §1 decision 1), snapshotted at access_snapshot.review_config.remediation_mode. Lowercase to match the persisted values.

enum ReviewRemediationMode {
automatic
disabled
manual
}

Values

ReviewRemediationMode.automatic

A revoke outcome auto-submits the prov-svc operation.

ReviewRemediationMode.disabled

Marker only — no execution path is offered.

ReviewRemediationMode.manual

The item queues in the admin remediation view; an operator triggers submission (the default).

Member Of

ReviewItem object