diff --git a/README.md b/README.md index 00757d0..c5f5a0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mirror of ProfileManifests in JSON Format for Jamf [![Build Status Badge](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml/badge.svg)](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml) -![Manifest Count](https://img.shields.io/badge/manifests-251-blue) +![Manifest Count](https://img.shields.io/badge/manifests-252-blue) This repository contains Jamf JSON schema manifests automatically generated from the repository of [ProfileCreator manifests](https://github.com/ProfileCreator/ProfileManifests). diff --git a/last_build.json b/last_build.json index fd9ddcd..51eb529 100644 --- a/last_build.json +++ b/last_build.json @@ -1 +1 @@ -{ "hash": "20822427a43505d2f02c1b43e3e08801a0c265c2", "date": "2024-10-28 20:13:28" } +{ "hash": "2154718a3187304693ce0a90f6e0f40aaac2ff3e", "date": "2024-11-06 17:22:38" } diff --git a/manifests/ManagedPreferencesApplications/com.sentinelone.registration-token.json b/manifests/ManagedPreferencesApplications/com.sentinelone.registration-token.json new file mode 100644 index 0000000..4dac3b8 --- /dev/null +++ b/manifests/ManagedPreferencesApplications/com.sentinelone.registration-token.json @@ -0,0 +1,18 @@ +{ + "title": "SentinelOne (com.sentinelone.registration-token)", + "description": "SentinelOne Site / Group Token", + "properties": { + "S1InstallRegistrationToken": { + "type": "string", + "title": "Your Site or Group Token", + "description": "The Site or Group Token registers the SentinelOne installation to your instance.", + "links": [ + { + "rel": "More information", + "href": "https://community.sentinelone.com/s/article/000004904" + } + ], + "property_order": 5 + } + } +} \ No newline at end of file