We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 354e73d + e7e54fd commit 62911caCopy full SHA for 62911ca
src/data/alerts.json
@@ -81,6 +81,15 @@
81
"label": "Alert on overused licenses",
82
"recommendedRunInterval": "7d"
83
},
84
+ {
85
+ "name": "EntraLicenseUtilization",
86
+ "label": "Alert on Entra ID P1/P2 license over-utilization",
87
+ "recommendedRunInterval": "7d",
88
+ "requiresInput": true,
89
+ "inputType": "textField",
90
+ "inputLabel": "Alert when utilization exceeds % (default: 110)",
91
+ "inputName": "EntraLicenseUtilizationThreshold"
92
+ },
93
{
94
"name": "AppSecretExpiry",
95
"label": "Alert on expiring application secrets",
0 commit comments