TenantAtlas/apps/platform/app/Services/Providers
ahmido 9374260ae1 feat: add Exchange PowerShell invocation gate (#498)
## Summary
- Adds the Spec 431 Exchange PowerShell invocation gate and operation registration slice.
- Introduces trusted provider operation start handling and read-only Exchange PowerShell runner abstractions.
- Updates provider capability/readiness evaluation and coverage for Exchange PowerShell invocation safety.

## Verification
- `cd apps/platform && ./vendor/bin/sail artisan test tests/Feature/Providers/ProviderCapabilityEvaluationTest.php tests/Feature/Providers/ProviderOperationCapabilityGateTest.php tests/Feature/TenantConfiguration/Spec431ExchangePowerShellInvocationGateTest.php tests/Unit/Providers/ProviderCapabilityRegistryTest.php tests/Unit/Providers/ProviderOperationStartGateTest.php tests/Unit/Support/TenantConfiguration/Spec430ExchangePowerShellCommandAllowlistTest.php tests/Unit/Support/TenantConfiguration/Spec431ExchangePowerShellOperationRegistrationTest.php tests/Unit/Verification/ManagedEnvironmentPermissionCapabilityMappingTest.php`
- Result: 80 passed, 685 assertions.

## Product Surface / Ops
- Rendered UI surface changed: N/A.
- Filament/Livewire surface changed: N/A.
- Deployment impact: config/runtime service changes only; no migrations, queues, or assets added.

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #498
2026-07-07 15:23:29 +00:00
..
Contracts Spec 188: canonical provider connection state cleanup (#219) 2026-04-10 11:22:56 +00:00
AdminConsentUrlFactory.php feat: normalize provider connection scope contracts (#339) 2026-05-07 19:28:42 +00:00
CredentialManager.php feat: normalize provider connection scope contracts (#339) 2026-05-07 19:28:42 +00:00
MicrosoftComplianceSnapshotService.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
MicrosoftGraphOptionsResolver.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
MicrosoftProviderHealthCheck.php Spec 188: canonical provider connection state cleanup (#219) 2026-04-10 11:22:56 +00:00
MicrosoftProviderInventoryCollector.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
PlatformProviderIdentityResolver.php feat: normalize provider connection scope contracts (#339) 2026-05-07 19:28:42 +00:00
ProviderConfigurationRequiredException.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ProviderConnectionClassificationResult.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
ProviderConnectionClassifier.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ProviderConnectionMutationService.php feat: neutralize provider connection target-scope surfaces (#274) 2026-04-25 09:07:40 +00:00
ProviderConnectionResolution.php feat: neutralize provider connection target-scope surfaces (#274) 2026-04-25 09:07:40 +00:00
ProviderConnectionResolver.php feat: add Exchange PowerShell invocation gate (#498) 2026-07-07 15:23:29 +00:00
ProviderConnectionStateProjector.php feat: neutralize provider connection target-scope surfaces (#274) 2026-04-25 09:07:40 +00:00
ProviderGateway.php feat: normalize provider connection scope contracts (#339) 2026-05-07 19:28:42 +00:00
ProviderIdentityResolution.php feat: normalize provider connection scope contracts (#339) 2026-05-07 19:28:42 +00:00
ProviderIdentityResolver.php Complete Spec 287 prerequisite cutover (#346) 2026-05-10 18:22:34 +00:00
ProviderOperationRegistry.php feat: add Exchange PowerShell invocation gate (#498) 2026-07-07 15:23:29 +00:00
ProviderOperationStartGate.php feat: add Exchange PowerShell invocation gate (#498) 2026-07-07 15:23:29 +00:00
ProviderOperationStartResult.php feat: add review publication proof currentness contract (#459) 2026-06-19 19:10:35 +00:00
ProviderOperationTrustedStarter.php feat: add Exchange PowerShell invocation gate (#498) 2026-07-07 15:23:29 +00:00