From 7397b24188fe8e45c296b13a6c11908f65c5c592 Mon Sep 17 00:00:00 2001 From: rvdwegen Date: Wed, 3 Jul 2024 22:27:41 +0200 Subject: [PATCH] Adding self-service license management Standard --- src/data/standards.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/data/standards.json b/src/data/standards.json index dd0f005d19a6..803199755bdc 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -522,8 +522,14 @@ "name": "standards.DisableSelfServiceLicenses", "cat": "Entra (AAD) Standards", "tag": ["mediumimpact"], - "helpText": "This standard currently does not function and can be safely disabled", - "addedComponent": [], + "helpText": "This standard disables all self service licenses and enables all exclusions", + "addedComponent": [ + { + "type": "input", + "name": "standards.DisableSelfServiceLicenses.Exclusions", + "label": "License Ids to exclude from this standard" + } + ], "label": "Disable Self Service Licensing", "impact": "Medium Impact", "impactColour": "warning",