├── .gitattributes ├── AgileBits └── 1Password.json ├── Apple ├── Safari Technology Preview │ ├── com.apple.SafariTechnologyPreview.PluginsExtensions.json │ ├── com.apple.SafariTechnologyPreview.SafeBrowsing.json │ ├── com.apple.SafariTechnologyPreview.advanced.json │ ├── com.apple.SafariTechnologyPreview.autofill.json │ ├── com.apple.SafariTechnologyPreview.developer.json │ ├── com.apple.SafariTechnologyPreview.experimental.json │ ├── com.apple.SafariTechnologyPreview.general.json │ ├── com.apple.SafariTechnologyPreview.privacy.json │ ├── com.apple.SafariTechnologyPreview.search.json │ └── com.apple.SafariTechnologyPreview.tabs.json ├── Safari │ ├── com.apple.Safari.PluginsExtensions.json │ ├── com.apple.Safari.SafeBrowsing.json │ ├── com.apple.Safari.advanced.json │ ├── com.apple.Safari.autofill.json │ ├── com.apple.Safari.developer.json │ ├── com.apple.Safari.experimental.json │ ├── com.apple.Safari.general.json │ ├── com.apple.Safari.privacy.json │ ├── com.apple.Safari.search.json │ └── com.apple.Safari.tabs.json ├── Software Update Deferral.json ├── Time Servers.json └── com.apple.security.smartcard.json ├── Archive ├── AutoUpdate │ └── com.microsoft.autoupdate2.json ├── Connect │ ├── 1.x │ │ ├── Login │ │ │ ├── Appearance.json │ │ │ ├── EULA.json │ │ │ ├── FileVault.json │ │ │ ├── Help.json │ │ │ ├── HybridID.json │ │ │ ├── OIDCGeneral.json │ │ │ ├── OIDCRequired.json │ │ │ ├── OktaRequired.json │ │ │ ├── PAM.json │ │ │ ├── Script.json │ │ │ └── UserProvisioning.json │ │ ├── Sync │ │ │ ├── AdditionalText.json │ │ │ ├── BrowserExtensions.json │ │ │ ├── CustomDisplay.json │ │ │ ├── Help.json │ │ │ ├── HideMenu.json │ │ │ ├── Kerberos.json │ │ │ ├── Keychain.json │ │ │ ├── KeychainItems.json │ │ │ ├── MenuText.json │ │ │ ├── NetworksCertificates.json │ │ │ ├── Passwords.json │ │ │ └── Required.json │ │ └── Verify │ │ │ ├── AdditionalText.json │ │ │ ├── CustomDisplay.json │ │ │ ├── Help.json │ │ │ ├── HideMenu.json │ │ │ ├── Kerberos.json │ │ │ ├── Keychain.json │ │ │ ├── MenuText.json │ │ │ ├── OIDC.json │ │ │ ├── Passwords.json │ │ │ └── Required.json │ ├── 2.x │ │ ├── AuthChanger Arguments.json │ │ ├── Connect Menu App │ │ │ ├── Certificate Settings.json │ │ │ ├── Kerberos Settings.json │ │ │ ├── Keychain Settings.json │ │ │ ├── Menu Bar Authentication Settings.json │ │ │ ├── Menu Bar Custom Branding Settings.json │ │ │ ├── Menu Bar Script Settings.json │ │ │ ├── Menu Bar Sign-in Settings.json │ │ │ ├── Menu Item Customization Settings.json │ │ │ ├── Menu Item Display Settings.json │ │ │ ├── Password Policy Settings.json │ │ │ ├── User Help Settings.json │ │ │ └── Web Browser Interaction Settings.json │ │ └── Login │ │ │ ├── Acceptable Use Policy Settings.json │ │ │ ├── Account Migration Settings.json │ │ │ ├── Advanced Login Authentication Settings.json │ │ │ ├── Azure AD Hybrid ID Settings.json │ │ │ ├── FileVault Settings.json │ │ │ ├── Initial Password Settings.json │ │ │ ├── Local and Network Authentication Management Settings.json │ │ │ ├── Login Script Settings.json │ │ │ ├── Login Window Authentication Settings.json │ │ │ ├── Login Window Custom Branding Settings.json │ │ │ ├── Login Window User Help Settings.json │ │ │ ├── Okta Multifactor Authentication Settings.json │ │ │ ├── Okta User Role Settings.json │ │ │ ├── Pluggable Authentication Module Settings.json │ │ │ └── Universal User Role Settings.json │ └── README.md ├── Defender │ └── Wdav.json ├── Keystone │ └── com.google.keystone.json └── cmdSec │ ├── AWS Kinesis Endpoint Logging.json │ ├── DLP Preferences.json │ ├── Event Filter Preferences.json │ ├── File Event Preferences.json │ ├── General Audting Preferences.json │ ├── Licese Management.json │ ├── Plain Text Log File Collection Preferences.json │ └── Unified Log Collection Preferences.json ├── Google └── Chrome │ ├── Chrome Cast.json │ ├── Chrome Cloud Management.json │ ├── Chrome Content Settings.json │ ├── Chrome Default Search Provider.json │ ├── Chrome Extensions.json │ ├── Chrome HTTP Authentication.json │ ├── Chrome Legacy Browser Support.json │ ├── Chrome Managed Bookmarks.json │ ├── Chrome Miscellaneous.json │ ├── Chrome Native Messaging.json │ ├── Chrome Password Management.json │ ├── Chrome Printing.json │ ├── Chrome Remote Access.json │ ├── Chrome Safe Browsing.json │ └── Chrome Startup_Homepage_New Tabs.json ├── Jamf ├── Jamf Azure Active Directory │ └── Jamf AAD.json ├── Nomad Login │ ├── Appearance Settings.json │ ├── Domain Settings.json │ ├── Filevault Settings.json │ ├── Keychain Settings.json │ └── User Creation Settings.json └── Nomad │ ├── com.trusourcelabs.NoMAD.Certificates.json │ ├── com.trusourcelabs.NoMAD.Kerberos.json │ ├── com.trusourcelabs.NoMAD.Keychain.json │ ├── com.trusourcelabs.NoMAD.Passwords.json │ ├── com.trusourcelabs.NoMAD.Required.json │ ├── com.trusourcelabs.NoMAD.UserExperience.json │ └── menu.nomad.Shares.json ├── Microsoft ├── Edge │ ├── Edge Additional.json │ ├── Edge Casting.json │ ├── Edge Content.json │ ├── Edge Default Search Provider.json │ ├── Edge Extensions.json │ ├── Edge HTTP Authentication.json │ ├── Edge Native Messaging.json │ ├── Edge Password Manager and Protection.json │ ├── Edge Printing.json │ ├── Edge Proxy Server.json │ ├── Edge Sleeping Tabs.json │ ├── Edge SmartScreen.json │ ├── Edge Startup_Homepage_New Tabs.json │ └── Edge inTune Manageability.json ├── OneDrive │ ├── OneDrive Updater.json │ └── OneDrive.json └── Outlook │ ├── Import-Export.json │ ├── Mailbox Settings.json │ ├── Miscellaneous.json │ ├── Online Meetings.json │ └── Weather Location.json ├── Mozilla └── Firefox.json ├── Munki └── ManagedInstalls.json ├── README.md ├── SAP └── Privileges.json ├── Slack └── com.tinyspeck.slackmacgap.json ├── Zoom ├── Zoom Chat Settings.json ├── Zoom General Settings.json └── Zoom Meeting Settings.json └── macOSLAPS └── edu.psu.macoslaps.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/.gitattributes -------------------------------------------------------------------------------- /AgileBits/1Password.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/AgileBits/1Password.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.PluginsExtensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.PluginsExtensions.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.SafeBrowsing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.SafeBrowsing.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.advanced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.advanced.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.autofill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.autofill.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.developer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.developer.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.experimental.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.experimental.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.general.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.general.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.privacy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.privacy.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.search.json -------------------------------------------------------------------------------- /Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.tabs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari Technology Preview/com.apple.SafariTechnologyPreview.tabs.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.PluginsExtensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.PluginsExtensions.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.SafeBrowsing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.SafeBrowsing.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.advanced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.advanced.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.autofill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.autofill.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.developer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.developer.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.experimental.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.experimental.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.general.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.general.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.privacy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.privacy.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.search.json -------------------------------------------------------------------------------- /Apple/Safari/com.apple.Safari.tabs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Safari/com.apple.Safari.tabs.json -------------------------------------------------------------------------------- /Apple/Software Update Deferral.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Software Update Deferral.json -------------------------------------------------------------------------------- /Apple/Time Servers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/Time Servers.json -------------------------------------------------------------------------------- /Apple/com.apple.security.smartcard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Apple/com.apple.security.smartcard.json -------------------------------------------------------------------------------- /Archive/AutoUpdate/com.microsoft.autoupdate2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/AutoUpdate/com.microsoft.autoupdate2.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/Appearance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/Appearance.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/EULA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/EULA.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/FileVault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/FileVault.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/Help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/Help.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/HybridID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/HybridID.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/OIDCGeneral.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/OIDCGeneral.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/OIDCRequired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/OIDCRequired.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/OktaRequired.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/OktaRequired.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/PAM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/PAM.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/Script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/Script.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Login/UserProvisioning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Login/UserProvisioning.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/AdditionalText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/AdditionalText.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/BrowserExtensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/BrowserExtensions.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/CustomDisplay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/CustomDisplay.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/Help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/Help.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/HideMenu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/HideMenu.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/Kerberos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/Kerberos.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/Keychain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/Keychain.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/KeychainItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/KeychainItems.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/MenuText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/MenuText.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/NetworksCertificates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/NetworksCertificates.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/Passwords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/Passwords.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Sync/Required.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Sync/Required.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/AdditionalText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/AdditionalText.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/CustomDisplay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/CustomDisplay.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/Help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/Help.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/HideMenu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/HideMenu.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/Kerberos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/Kerberos.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/Keychain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/Keychain.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/MenuText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/MenuText.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/OIDC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/OIDC.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/Passwords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/Passwords.json -------------------------------------------------------------------------------- /Archive/Connect/1.x/Verify/Required.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/1.x/Verify/Required.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/AuthChanger Arguments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/AuthChanger Arguments.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Certificate Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Certificate Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Kerberos Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Kerberos Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Keychain Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Keychain Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Menu Bar Authentication Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Menu Bar Authentication Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Menu Bar Custom Branding Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Menu Bar Custom Branding Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Menu Bar Script Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Menu Bar Script Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Menu Bar Sign-in Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Menu Bar Sign-in Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Menu Item Customization Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Menu Item Customization Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Menu Item Display Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Menu Item Display Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Password Policy Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Password Policy Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/User Help Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/User Help Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Connect Menu App/Web Browser Interaction Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Connect Menu App/Web Browser Interaction Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Acceptable Use Policy Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Acceptable Use Policy Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Account Migration Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Account Migration Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Advanced Login Authentication Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Advanced Login Authentication Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Azure AD Hybrid ID Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Azure AD Hybrid ID Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/FileVault Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/FileVault Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Initial Password Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Initial Password Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Local and Network Authentication Management Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Local and Network Authentication Management Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Login Script Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Login Script Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Login Window Authentication Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Login Window Authentication Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Login Window Custom Branding Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Login Window Custom Branding Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Login Window User Help Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Login Window User Help Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Okta Multifactor Authentication Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Okta Multifactor Authentication Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Okta User Role Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Okta User Role Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Pluggable Authentication Module Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Pluggable Authentication Module Settings.json -------------------------------------------------------------------------------- /Archive/Connect/2.x/Login/Universal User Role Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/2.x/Login/Universal User Role Settings.json -------------------------------------------------------------------------------- /Archive/Connect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Connect/README.md -------------------------------------------------------------------------------- /Archive/Defender/Wdav.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Defender/Wdav.json -------------------------------------------------------------------------------- /Archive/Keystone/com.google.keystone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/Keystone/com.google.keystone.json -------------------------------------------------------------------------------- /Archive/cmdSec/AWS Kinesis Endpoint Logging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/AWS Kinesis Endpoint Logging.json -------------------------------------------------------------------------------- /Archive/cmdSec/DLP Preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/DLP Preferences.json -------------------------------------------------------------------------------- /Archive/cmdSec/Event Filter Preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/Event Filter Preferences.json -------------------------------------------------------------------------------- /Archive/cmdSec/File Event Preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/File Event Preferences.json -------------------------------------------------------------------------------- /Archive/cmdSec/General Audting Preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/General Audting Preferences.json -------------------------------------------------------------------------------- /Archive/cmdSec/Licese Management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/Licese Management.json -------------------------------------------------------------------------------- /Archive/cmdSec/Plain Text Log File Collection Preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/Plain Text Log File Collection Preferences.json -------------------------------------------------------------------------------- /Archive/cmdSec/Unified Log Collection Preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Archive/cmdSec/Unified Log Collection Preferences.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Cast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Cast.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Cloud Management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Cloud Management.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Content Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Content Settings.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Default Search Provider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Default Search Provider.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Extensions.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome HTTP Authentication.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome HTTP Authentication.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Legacy Browser Support.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Legacy Browser Support.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Managed Bookmarks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Managed Bookmarks.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Miscellaneous.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Miscellaneous.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Native Messaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Native Messaging.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Password Management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Password Management.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Printing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Printing.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Remote Access.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Remote Access.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Safe Browsing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Safe Browsing.json -------------------------------------------------------------------------------- /Google/Chrome/Chrome Startup_Homepage_New Tabs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Google/Chrome/Chrome Startup_Homepage_New Tabs.json -------------------------------------------------------------------------------- /Jamf/Jamf Azure Active Directory/Jamf AAD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Jamf Azure Active Directory/Jamf AAD.json -------------------------------------------------------------------------------- /Jamf/Nomad Login/Appearance Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad Login/Appearance Settings.json -------------------------------------------------------------------------------- /Jamf/Nomad Login/Domain Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad Login/Domain Settings.json -------------------------------------------------------------------------------- /Jamf/Nomad Login/Filevault Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad Login/Filevault Settings.json -------------------------------------------------------------------------------- /Jamf/Nomad Login/Keychain Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad Login/Keychain Settings.json -------------------------------------------------------------------------------- /Jamf/Nomad Login/User Creation Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad Login/User Creation Settings.json -------------------------------------------------------------------------------- /Jamf/Nomad/com.trusourcelabs.NoMAD.Certificates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/com.trusourcelabs.NoMAD.Certificates.json -------------------------------------------------------------------------------- /Jamf/Nomad/com.trusourcelabs.NoMAD.Kerberos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/com.trusourcelabs.NoMAD.Kerberos.json -------------------------------------------------------------------------------- /Jamf/Nomad/com.trusourcelabs.NoMAD.Keychain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/com.trusourcelabs.NoMAD.Keychain.json -------------------------------------------------------------------------------- /Jamf/Nomad/com.trusourcelabs.NoMAD.Passwords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/com.trusourcelabs.NoMAD.Passwords.json -------------------------------------------------------------------------------- /Jamf/Nomad/com.trusourcelabs.NoMAD.Required.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/com.trusourcelabs.NoMAD.Required.json -------------------------------------------------------------------------------- /Jamf/Nomad/com.trusourcelabs.NoMAD.UserExperience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/com.trusourcelabs.NoMAD.UserExperience.json -------------------------------------------------------------------------------- /Jamf/Nomad/menu.nomad.Shares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Jamf/Nomad/menu.nomad.Shares.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Additional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Additional.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Casting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Casting.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Content.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Content.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Default Search Provider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Default Search Provider.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Extensions.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge HTTP Authentication.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge HTTP Authentication.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Native Messaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Native Messaging.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Password Manager and Protection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Password Manager and Protection.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Printing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Printing.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Proxy Server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Proxy Server.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Sleeping Tabs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Sleeping Tabs.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge SmartScreen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge SmartScreen.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge Startup_Homepage_New Tabs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge Startup_Homepage_New Tabs.json -------------------------------------------------------------------------------- /Microsoft/Edge/Edge inTune Manageability.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Edge/Edge inTune Manageability.json -------------------------------------------------------------------------------- /Microsoft/OneDrive/OneDrive Updater.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/OneDrive/OneDrive Updater.json -------------------------------------------------------------------------------- /Microsoft/OneDrive/OneDrive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/OneDrive/OneDrive.json -------------------------------------------------------------------------------- /Microsoft/Outlook/Import-Export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Outlook/Import-Export.json -------------------------------------------------------------------------------- /Microsoft/Outlook/Mailbox Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Outlook/Mailbox Settings.json -------------------------------------------------------------------------------- /Microsoft/Outlook/Miscellaneous.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Outlook/Miscellaneous.json -------------------------------------------------------------------------------- /Microsoft/Outlook/Online Meetings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Outlook/Online Meetings.json -------------------------------------------------------------------------------- /Microsoft/Outlook/Weather Location.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Microsoft/Outlook/Weather Location.json -------------------------------------------------------------------------------- /Mozilla/Firefox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Mozilla/Firefox.json -------------------------------------------------------------------------------- /Munki/ManagedInstalls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Munki/ManagedInstalls.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/README.md -------------------------------------------------------------------------------- /SAP/Privileges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/SAP/Privileges.json -------------------------------------------------------------------------------- /Slack/com.tinyspeck.slackmacgap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Slack/com.tinyspeck.slackmacgap.json -------------------------------------------------------------------------------- /Zoom/Zoom Chat Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Zoom/Zoom Chat Settings.json -------------------------------------------------------------------------------- /Zoom/Zoom General Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Zoom/Zoom General Settings.json -------------------------------------------------------------------------------- /Zoom/Zoom Meeting Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/Zoom/Zoom Meeting Settings.json -------------------------------------------------------------------------------- /macOSLAPS/edu.psu.macoslaps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MDM-Payload/HEAD/macOSLAPS/edu.psu.macoslaps.json --------------------------------------------------------------------------------