Skip to content

Added intuneBrandingProfile standard #2556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,67 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.intuneBrandingProfile",
"cat": "Intune Standards",
"tag": ["lowimpact"],
"helpText": "Sets the branding profile for the Intune Company Portal app. This is a tenant wide setting and overrules any settings set on the app level.",
"addedComponent": [
{
"type": "input",
"name": "standards.intuneBrandingProfile.displayName",
"label": "Organization name"
},
{
"type": "boolean",
"name": "standards.intuneBrandingProfile.showLogo",
"label": "Show logo"
},
{
"type": "boolean",
"name": "standards.intuneBrandingProfile.showDisplayNameNextToLogo",
"label": "Show organization name next to logo"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.contactITName",
"label": "Contact IT name"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.contactITPhoneNumber",
"label": "Contact IT phone number"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.contactITEmailAddress",
"label": "Contact IT email address"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.contactITNotes",
"label": "Contact IT notes"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.onlineSupportSiteName",
"label": "Online support site name"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.onlineSupportSiteUrl",
"label": "Online support site URL"
},
{
"type": "input",
"name": "standards.intuneBrandingProfile.privacyUrl",
"label": "Privacy statement URL"
}
],
"label": "Set Intune Company Portal branding profile",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.intuneDeviceReg",
"cat": "Intune Standards",
Expand Down