This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
com.github.cybertunnel.Filevault-Reissue.json
114 lines (114 loc) · 4.15 KB
/
com.github.cybertunnel.Filevault-Reissue.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"title": "com.github.cybertunnel.Filevault-Reissue",
"description": "",
"properties": {
"viewTitle": {
"title": "viewTitle",
"description": "This is the text displayed to the end user, usually set to the company's name",
"property_order": 10,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"viewInstructions": {
"title": "viewInstructions",
"description": "This is the text displayed to the end user, usually a blurb around why this is occuring and why they should care",
"property_order": 25,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"viewLogoPath": {
"title": "viewLogoPath",
"description": "This is the logo that is displayed to the end user. Usually the company logo.",
"property_order": 30,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"moreInformationText": {
"title": "moreInformationText",
"description": "This is the text a user will be presented with if they click on the 'More Information' button on the window",
"property_order": 5,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"suppressRecoveryKey": {
"title": "suppressRecoveryKey",
"description": "This will prevent the user from seeing the new recovery key when issued.",
"property_order": 40,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"successAlert": {
"title": "successAlert",
"description": "If 'suppressRecoveryKey' is enabled, you can set this to show an alert after the key is rotated. By default, no alert is shown and the app will just quit.",
"property_order": 20,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"successKeyMessage": {
"title": "successKeyMessage",
"description": "If the ‘successAlert’ is enabled, you can customize the success message.",
"property_order": 35,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"passwordPlaceholder": {
"title": "passwordPlaceholder",
"description": "This is what will hold the place of the password field. Feel free to be creative according to your company policy",
"property_order": 15,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"usernamePlaceholder": {
"title": "usernamePlaceholder",
"description": "This is what will hold the place of the username field. Usually input a generic username that matches your scheme.",
"property_order": 45,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
}
}
}