mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
docs(m365): fix broken license utilization URL and adjust title
- Replace 404 concept-license-utilization link with the working Microsoft Entra licensing fundamentals page - Add official Graph API resource doc URL for azureADPremiumLicenseInsight - Update CheckTitle to reflect that the check counts both P1 and P2
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Provider": "m365",
|
||||
"CheckID": "entra_conditional_access_policy_p1_license_utilization",
|
||||
"CheckTitle": "P1 license entitlements ensure sufficient coverage for Conditional Access users",
|
||||
"CheckTitle": "Premium (P1/P2) license entitlements ensure sufficient coverage for Conditional Access users",
|
||||
"CheckType": [],
|
||||
"ServiceName": "entra",
|
||||
"SubServiceName": "",
|
||||
@@ -14,7 +14,8 @@
|
||||
"RelatedUrl": "",
|
||||
"AdditionalURLs": [
|
||||
"https://learn.microsoft.com/en-us/entra/identity/conditional-access/overview",
|
||||
"https://learn.microsoft.com/en-us/entra/fundamentals/concept-license-utilization"
|
||||
"https://learn.microsoft.com/en-us/graph/api/resources/azureadpremiumlicenseinsight?view=graph-rest-beta",
|
||||
"https://learn.microsoft.com/en-us/entra/fundamentals/licensing"
|
||||
],
|
||||
"Remediation": {
|
||||
"Code": {
|
||||
|
||||
Reference in New Issue
Block a user