authorize(fn (): bool => true) ) ->requireCapability(Capabilities::PROVIDER_MANAGE) ->tooltip('You do not have permission to create provider connections.') ->apply(), ]; } public function getTableEmptyStateHeading(): ?string { return 'No provider connections found'; } public function getTableEmptyStateDescription(): ?string { return 'Create a Microsoft provider connection or adjust the tenant filter to inspect another managed tenant.'; } public function getTableEmptyStateActions(): array { return $this->getHeaderActions(); } }