feat(docs): add microsoft365 configurable checks (#7200)

This commit is contained in:
Hugo Pereira Brito
2025-03-12 12:52:35 +01:00
committed by GitHub
parent 4b1ed607a7
commit e617ff0460
2 changed files with 24 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ The following list includes all the Azure checks with configurable variables tha
## Kubernetes
### Configurable Checks
The following list includes all the Azure checks with configurable variables that can be changed in the configuration yaml file:
The following list includes all the Kubernetes checks with configurable variables that can be changed in the configuration yaml file:
| Check Name | Value | Type |
|---------------------------------------------------------------|--------------------------------------------------|-----------------|
@@ -96,6 +96,17 @@ The following list includes all the Azure checks with configurable variables tha
| `apiserver_strong_ciphers` | `apiserver_strong_ciphers` | String |
| `kubelet_strong_ciphers_only` | `kubelet_strong_ciphers` | String |
## Microsoft365
### Configurable Checks
The following list includes all the Microsoft365 checks with configurable variables that can be changed in the configuration yaml file:
| Check Name | Value | Type |
|---------------------------------------------------------------|--------------------------------------------------|-----------------|
| `entra_admin_users_sign_in_frequency_enabled` | `sign_in_frequency` | Integer |
## Config YAML File Structure
???+ note
@@ -493,4 +504,10 @@ kubernetes:
"TLS_RSA_WITH_AES_128_GCM_SHA256",
]
# Microsoft365 Configuration
microsoft365:
# Conditional Access Policy
# policy.session_controls.sign_in_frequency.frequency in hours
sign_in_frequency: 4
```