Add JumpCloud to the list of well-known MDM solutions (#13554)

# Checklist for submitter
This commit is contained in:
Shawn Maddock 2023-08-29 08:41:18 -05:00 committed by GitHub
parent 6cac6ed80a
commit 5ecd9e5dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
* Add JumpCloud to the list of well-known MDM solutions

View file

@ -844,6 +844,7 @@ const (
UnknownMDMName = ""
WellKnownMDMKandji = "Kandji"
WellKnownMDMJamf = "Jamf"
WellKnownMDMJumpCloud = "JumpCloud"
WellKnownMDMVMWare = "VMware Workspace ONE"
WellKnownMDMIntune = "Intune"
WellKnownMDMSimpleMDM = "SimpleMDM"
@ -853,6 +854,7 @@ const (
var mdmNameFromServerURLChecks = map[string]string{
"kandji": WellKnownMDMKandji,
"jamf": WellKnownMDMJamf,
"jumpcloud": WellKnownMDMJumpCloud,
"airwatch": WellKnownMDMVMWare,
"microsoft": WellKnownMDMIntune,
"simplemdm": WellKnownMDMSimpleMDM,