feat(exchange): add new check exchange_organization_mailtips_enabled (#7637)

Co-authored-by: Andoni A. <14891798+andoniaf@users.noreply.github.com>
This commit is contained in:
Daniel Barranquero
2025-05-02 08:46:14 +02:00
committed by Pepe Fagoaga
parent 75b3c02811
commit ab6d05637d
12 changed files with 286 additions and 4 deletions
+5
View File
@@ -106,6 +106,7 @@ The following list includes all the Microsoft 365 checks with configurable varia
|---------------------------------------------------------------|--------------------------------------------------|-----------------|
| `entra_admin_users_sign_in_frequency_enabled` | `sign_in_frequency` | Integer |
| `teams_external_file_sharing_restricted` | `allowed_cloud_storage_services` | List of Strings |
| `exchange_organization_mailtips_enabled` | `recommended_mailtips_large_audience_threshold` | Integer |
## Config YAML File Structure
@@ -520,5 +521,9 @@ m365:
#"allow_google_drive",
#"allow_share_file",
]
# Exchange Organization Settings
# m365.exchange_organization_mailtips_enabled
recommended_mailtips_large_audience_threshold: 25 # maximum number of recipients
```