pub fn is_root(caller: Principal) -> AuthRuleResultExpand description
Require that the caller equals the configured root canister. Gate root-only operations (e.g., topology mutations).
pub fn is_root(caller: Principal) -> AuthRuleResultRequire that the caller equals the configured root canister. Gate root-only operations (e.g., topology mutations).