You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Mirror of ProfileManifests in JSON Format for Jamf
2
2
3
3
[](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml)
This repository contains Jamf JSON schema manifests automatically generated from the repository of [ProfileManifests](https://github.com/ProfileManifests/ProfileManifests).
"description": "Manage configuration for the Firezone macOS client.",
4
+
"properties": {
5
+
"authURL": {
6
+
"type": "string",
7
+
"title": "Authentication URL",
8
+
"default": "https://app.firezone.dev",
9
+
"description": "The base URL to open when users click \"Sign in\". The accountSlug will be appended to this.",
10
+
"property_order": 5
11
+
},
12
+
"apiURL": {
13
+
"type": "string",
14
+
"title": "WebSocket API URL",
15
+
"default": "wss://api.firezone.dev",
16
+
"description": "The WebSocket URL of the Firezone control plane to connect to.",
17
+
"property_order": 10
18
+
},
19
+
"logFilter": {
20
+
"type": "string",
21
+
"title": "RUST_LOG filter string",
22
+
"default": "info",
23
+
"description": "The RUST_LOG-style filter string to apply to the connectivity library for increasing log output to use for connectivity troubleshooting.",
24
+
"property_order": 15
25
+
},
26
+
"accountSlug": {
27
+
"type": "string",
28
+
"title": "Account ID or Slug",
29
+
"description": "Your Firezone account ID or slug which will be appended to the authURL to form the complete sign in URL. Will be set automatically by the client after the first successful authentication.",
30
+
"property_order": 20
31
+
},
32
+
"hideAdminPortalMenuItem": {
33
+
"type": "boolean",
34
+
"title": "Hide admin portal link",
35
+
"default": false,
36
+
"description": "Hide the Admin portal link in the Firezone menu in the macOS menu bar.",
37
+
"property_order": 25
38
+
},
39
+
"connectOnStart": {
40
+
"type": "boolean",
41
+
"title": "Connect on start",
42
+
"default": true,
43
+
"description": "Try to connect to Firezone using the saved token and configuration when the client application starts. If the authentication token is expired, the client will start in a disconnected state.",
44
+
"property_order": 30
45
+
},
46
+
"startOnLogin": {
47
+
"type": "boolean",
48
+
"title": "Start on login",
49
+
"default": false,
50
+
"description": "Start the Firezone client when the user logs into the machine. Requires the Firezone client to be running to take effect. In many cases you probably want to configure this using a Managed Login Items payload instead to force the client to be running.",
51
+
"property_order": 35
52
+
},
53
+
"disableUpdateCheck": {
54
+
"type": "boolean",
55
+
"title": "Disable update check",
56
+
"default": false,
57
+
"description": "Disables the update check and notification for the Standalone variant of the macOS client. App Store variant versions 1.4.15 and higher already have this disabled.",
58
+
"property_order": 40
59
+
},
60
+
"supportURL": {
61
+
"type": "string",
62
+
"title": "Support URL",
63
+
"default": "https://www.firezone.dev/support",
64
+
"description": "The URL to which users will be taken to when clicking the Help -> Support link in the menu bar.",
0 commit comments