ores.iam.reset_messages
Table of Contents
The reset protocol messages.
1. Includes
#include <string>
2. Messages
2.1. reset_tenant_command
// Reset a single tenant to bootstrap state. // Soft-deletes admin-created data, flips Operational parties to Inactive, // and re-enables system.bootstrap_mode so both TenantProvisioningWizard // and PartyProvisioningWizard fire on next login. // Requires: iam::system:reset-tenant permission (SuperAdmin only).
2.1.1. tenant_code
2.2. reset_tenant_result
2.2.1. success
2.2.2. message
2.3. reset_system_command
// Reset the entire system to pre-bootstrap state. // Purges all non-system tenants (hard delete), removes system admin accounts, // and re-enables system.bootstrap_mode so SystemProvisionerWizard fires on // next startup. // Requires: iam::system:reset permission (SuperAdmin only).