LICENSE
README.md
pyproject.toml
azure_discovery/__init__.py
azure_discovery/api.py
azure_discovery/cli.py
azure_discovery/orchestrator.py
azure_discovery.egg-info/PKG-INFO
azure_discovery.egg-info/SOURCES.txt
azure_discovery.egg-info/dependency_links.txt
azure_discovery.egg-info/entry_points.txt
azure_discovery.egg-info/requires.txt
azure_discovery.egg-info/top_level.txt
azure_discovery/adt_types/__init__.py
azure_discovery/adt_types/errors.py
azure_discovery/adt_types/models.py
azure_discovery/auth/__init__.py
azure_discovery/auth/api_key.py
azure_discovery/auth/azure_ad.py
azure_discovery/auth/models.py
azure_discovery/config/api_config.py
azure_discovery/enumerators/__init__.py
azure_discovery/enumerators/azure_resources.py
azure_discovery/enumerators/defender.py
azure_discovery/enumerators/entra.py
azure_discovery/enumerators/m365.py
azure_discovery/enumerators/pim.py
azure_discovery/enumerators/policy_compliance.py
azure_discovery/enumerators/purview.py
azure_discovery/enumerators/rbac.py
azure_discovery/middleware/__init__.py
azure_discovery/middleware/audit.py
azure_discovery/middleware/quota.py
azure_discovery/middleware/rate_limit.py
azure_discovery/reporting/__init__.py
azure_discovery/reporting/console.py
azure_discovery/reporting/html.py
azure_discovery/utils/__init__.py
azure_discovery/utils/auth_validation.py
azure_discovery/utils/azure_clients.py
azure_discovery/utils/batching.py
azure_discovery/utils/config_files.py
azure_discovery/utils/defender_helpers.py
azure_discovery/utils/graph_helpers.py
azure_discovery/utils/graph_mappers.py
azure_discovery/utils/graph_relationships.py
azure_discovery/utils/logging.py
azure_discovery/utils/m365_helpers.py
azure_discovery/utils/pim_helpers.py
azure_discovery/utils/purview_helpers.py
azure_discovery/utils/rate_control.py
azure_discovery/utils/rbac_helpers.py
tests/test_api_hardening.py
tests/test_auth.py
tests/test_auth_validation.py
tests/test_azure_clients.py
tests/test_azure_resources.py
tests/test_batching.py
tests/test_cli_validate_auth.py
tests/test_config_files.py
tests/test_defender_enumerator.py
tests/test_defender_helpers.py
tests/test_entra.py
tests/test_graph_helpers.py
tests/test_graph_mappers.py
tests/test_m365_enumerator.py
tests/test_m365_helpers.py
tests/test_orchestrator.py
tests/test_pim_enumerator.py
tests/test_pim_helpers.py
tests/test_policy_compliance.py
tests/test_purview_enumerator.py
tests/test_purview_helpers.py
tests/test_rate_control.py
tests/test_rbac_integration.py
tests/test_reporting_console.py
tests/test_reporting_html.py