Skip to content

Commit

Permalink
allow app deployment via standards
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jul 7, 2024
1 parent 3b3b758 commit 730dcc5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,25 @@
"powershellEquivalent": "Portal or Graph API",
"recommendedBy": ["CIS"]
},
{
"name": "standards.AppDeploy",
"cat": "Entra (AAD) Standards",
"tag": ["lowimpact"],
"helpText": "Deploys selected applications to the tenant. Use a comma separated list of application IDs to deploy multiple applications. Permissions will be copied from the source application.",
"docsDescription": "Uses the CIPP functionality that deploys applications across an entire tenant base as a standard.",
"addedComponent": [
{
"type": "input",
"name": "standards.AppDeploy.appids",
"label": "Application IDs, comma separated"
}
],
"label": "Deploy Application",
"impact": "Low Impact",
"impactColour": "info",
"powershellEquivalent": "Portal or Graph API",
"recommendedBy": []
},
{
"name": "standards.laps",
"cat": "Entra (AAD) Standards",
Expand Down

0 comments on commit 730dcc5

Please sign in to comment.