Skip to content

Commit

Permalink
Adding self-service license management Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen committed Jul 3, 2024
1 parent ab83f44 commit 7397b24
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7397b24

Please sign in to comment.