|
1
|
## Default Permission |
|
2
|
|
|
3
|
Default permissions for the plugin |
|
4
|
|
|
5
|
#### This default permission set includes the following: |
|
6
|
|
|
7
|
- `allow-ping` |
|
8
|
- `allow-open` |
|
9
|
- `allow-close` |
|
10
|
|
|
11
|
## Permission Table |
|
12
|
|
|
13
|
<table> |
|
14
|
<tr> |
|
15
|
<th>Identifier</th> |
|
16
|
<th>Description</th> |
|
17
|
</tr> |
|
18
|
|
|
19
|
|
|
20
|
<tr> |
|
21
|
<td> |
|
22
|
|
|
23
|
`ios-window:allow-close` |
|
24
|
|
|
25
|
</td> |
|
26
|
<td> |
|
27
|
|
|
28
|
Enables the close command without any pre-configured scope. |
|
29
|
|
|
30
|
</td> |
|
31
|
</tr> |
|
32
|
|
|
33
|
<tr> |
|
34
|
<td> |
|
35
|
|
|
36
|
`ios-window:deny-close` |
|
37
|
|
|
38
|
</td> |
|
39
|
<td> |
|
40
|
|
|
41
|
Denies the close command without any pre-configured scope. |
|
42
|
|
|
43
|
</td> |
|
44
|
</tr> |
|
45
|
|
|
46
|
<tr> |
|
47
|
<td> |
|
48
|
|
|
49
|
`ios-window:allow-open` |
|
50
|
|
|
51
|
</td> |
|
52
|
<td> |
|
53
|
|
|
54
|
Enables the open command without any pre-configured scope. |
|
55
|
|
|
56
|
</td> |
|
57
|
</tr> |
|
58
|
|
|
59
|
<tr> |
|
60
|
<td> |
|
61
|
|
|
62
|
`ios-window:deny-open` |
|
63
|
|
|
64
|
</td> |
|
65
|
<td> |
|
66
|
|
|
67
|
Denies the open command without any pre-configured scope. |
|
68
|
|
|
69
|
</td> |
|
70
|
</tr> |
|
71
|
|
|
72
|
<tr> |
|
73
|
<td> |
|
74
|
|
|
75
|
`ios-window:allow-ping` |
|
76
|
|
|
77
|
</td> |
|
78
|
<td> |
|
79
|
|
|
80
|
Enables the ping command without any pre-configured scope. |
|
81
|
|
|
82
|
</td> |
|
83
|
</tr> |
|
84
|
|
|
85
|
<tr> |
|
86
|
<td> |
|
87
|
|
|
88
|
`ios-window:deny-ping` |
|
89
|
|
|
90
|
</td> |
|
91
|
<td> |
|
92
|
|
|
93
|
Denies the ping command without any pre-configured scope. |
|
94
|
|
|
95
|
</td> |
|
96
|
</tr> |
|
97
|
</table> |