diff --git a/src/data/standards.json b/src/data/standards.json index 7f302b59fdc7..a95bb5d4a957 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -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",