|
7265 | 7265 | "shell:deny-stdin-write"
|
7266 | 7266 | ]
|
7267 | 7267 | },
|
| 7268 | + { |
| 7269 | + "description": "store:default -> This permission set configures what kind of\noperations are available from the store plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n", |
| 7270 | + "type": "string", |
| 7271 | + "enum": [ |
| 7272 | + "store:default" |
| 7273 | + ] |
| 7274 | + }, |
| 7275 | + { |
| 7276 | + "description": "store:allow-clear -> Enables the clear command without any pre-configured scope.", |
| 7277 | + "type": "string", |
| 7278 | + "enum": [ |
| 7279 | + "store:allow-clear" |
| 7280 | + ] |
| 7281 | + }, |
| 7282 | + { |
| 7283 | + "description": "store:allow-delete -> Enables the delete command without any pre-configured scope.", |
| 7284 | + "type": "string", |
| 7285 | + "enum": [ |
| 7286 | + "store:allow-delete" |
| 7287 | + ] |
| 7288 | + }, |
| 7289 | + { |
| 7290 | + "description": "store:allow-entries -> Enables the entries command without any pre-configured scope.", |
| 7291 | + "type": "string", |
| 7292 | + "enum": [ |
| 7293 | + "store:allow-entries" |
| 7294 | + ] |
| 7295 | + }, |
| 7296 | + { |
| 7297 | + "description": "store:allow-get -> Enables the get command without any pre-configured scope.", |
| 7298 | + "type": "string", |
| 7299 | + "enum": [ |
| 7300 | + "store:allow-get" |
| 7301 | + ] |
| 7302 | + }, |
| 7303 | + { |
| 7304 | + "description": "store:allow-has -> Enables the has command without any pre-configured scope.", |
| 7305 | + "type": "string", |
| 7306 | + "enum": [ |
| 7307 | + "store:allow-has" |
| 7308 | + ] |
| 7309 | + }, |
| 7310 | + { |
| 7311 | + "description": "store:allow-keys -> Enables the keys command without any pre-configured scope.", |
| 7312 | + "type": "string", |
| 7313 | + "enum": [ |
| 7314 | + "store:allow-keys" |
| 7315 | + ] |
| 7316 | + }, |
| 7317 | + { |
| 7318 | + "description": "store:allow-length -> Enables the length command without any pre-configured scope.", |
| 7319 | + "type": "string", |
| 7320 | + "enum": [ |
| 7321 | + "store:allow-length" |
| 7322 | + ] |
| 7323 | + }, |
| 7324 | + { |
| 7325 | + "description": "store:allow-load -> Enables the load command without any pre-configured scope.", |
| 7326 | + "type": "string", |
| 7327 | + "enum": [ |
| 7328 | + "store:allow-load" |
| 7329 | + ] |
| 7330 | + }, |
| 7331 | + { |
| 7332 | + "description": "store:allow-reset -> Enables the reset command without any pre-configured scope.", |
| 7333 | + "type": "string", |
| 7334 | + "enum": [ |
| 7335 | + "store:allow-reset" |
| 7336 | + ] |
| 7337 | + }, |
| 7338 | + { |
| 7339 | + "description": "store:allow-save -> Enables the save command without any pre-configured scope.", |
| 7340 | + "type": "string", |
| 7341 | + "enum": [ |
| 7342 | + "store:allow-save" |
| 7343 | + ] |
| 7344 | + }, |
| 7345 | + { |
| 7346 | + "description": "store:allow-set -> Enables the set command without any pre-configured scope.", |
| 7347 | + "type": "string", |
| 7348 | + "enum": [ |
| 7349 | + "store:allow-set" |
| 7350 | + ] |
| 7351 | + }, |
| 7352 | + { |
| 7353 | + "description": "store:allow-values -> Enables the values command without any pre-configured scope.", |
| 7354 | + "type": "string", |
| 7355 | + "enum": [ |
| 7356 | + "store:allow-values" |
| 7357 | + ] |
| 7358 | + }, |
| 7359 | + { |
| 7360 | + "description": "store:deny-clear -> Denies the clear command without any pre-configured scope.", |
| 7361 | + "type": "string", |
| 7362 | + "enum": [ |
| 7363 | + "store:deny-clear" |
| 7364 | + ] |
| 7365 | + }, |
| 7366 | + { |
| 7367 | + "description": "store:deny-delete -> Denies the delete command without any pre-configured scope.", |
| 7368 | + "type": "string", |
| 7369 | + "enum": [ |
| 7370 | + "store:deny-delete" |
| 7371 | + ] |
| 7372 | + }, |
| 7373 | + { |
| 7374 | + "description": "store:deny-entries -> Denies the entries command without any pre-configured scope.", |
| 7375 | + "type": "string", |
| 7376 | + "enum": [ |
| 7377 | + "store:deny-entries" |
| 7378 | + ] |
| 7379 | + }, |
| 7380 | + { |
| 7381 | + "description": "store:deny-get -> Denies the get command without any pre-configured scope.", |
| 7382 | + "type": "string", |
| 7383 | + "enum": [ |
| 7384 | + "store:deny-get" |
| 7385 | + ] |
| 7386 | + }, |
| 7387 | + { |
| 7388 | + "description": "store:deny-has -> Denies the has command without any pre-configured scope.", |
| 7389 | + "type": "string", |
| 7390 | + "enum": [ |
| 7391 | + "store:deny-has" |
| 7392 | + ] |
| 7393 | + }, |
| 7394 | + { |
| 7395 | + "description": "store:deny-keys -> Denies the keys command without any pre-configured scope.", |
| 7396 | + "type": "string", |
| 7397 | + "enum": [ |
| 7398 | + "store:deny-keys" |
| 7399 | + ] |
| 7400 | + }, |
| 7401 | + { |
| 7402 | + "description": "store:deny-length -> Denies the length command without any pre-configured scope.", |
| 7403 | + "type": "string", |
| 7404 | + "enum": [ |
| 7405 | + "store:deny-length" |
| 7406 | + ] |
| 7407 | + }, |
| 7408 | + { |
| 7409 | + "description": "store:deny-load -> Denies the load command without any pre-configured scope.", |
| 7410 | + "type": "string", |
| 7411 | + "enum": [ |
| 7412 | + "store:deny-load" |
| 7413 | + ] |
| 7414 | + }, |
| 7415 | + { |
| 7416 | + "description": "store:deny-reset -> Denies the reset command without any pre-configured scope.", |
| 7417 | + "type": "string", |
| 7418 | + "enum": [ |
| 7419 | + "store:deny-reset" |
| 7420 | + ] |
| 7421 | + }, |
| 7422 | + { |
| 7423 | + "description": "store:deny-save -> Denies the save command without any pre-configured scope.", |
| 7424 | + "type": "string", |
| 7425 | + "enum": [ |
| 7426 | + "store:deny-save" |
| 7427 | + ] |
| 7428 | + }, |
| 7429 | + { |
| 7430 | + "description": "store:deny-set -> Denies the set command without any pre-configured scope.", |
| 7431 | + "type": "string", |
| 7432 | + "enum": [ |
| 7433 | + "store:deny-set" |
| 7434 | + ] |
| 7435 | + }, |
| 7436 | + { |
| 7437 | + "description": "store:deny-values -> Denies the values command without any pre-configured scope.", |
| 7438 | + "type": "string", |
| 7439 | + "enum": [ |
| 7440 | + "store:deny-values" |
| 7441 | + ] |
| 7442 | + }, |
7268 | 7443 | {
|
7269 | 7444 | "description": "updater:default -> This permission set configures which kind of\nupdater functions are exposed to the frontend.\n\n#### Granted Permissions\n\nThe full workflow from checking for updates to installing them\nis enabled.\n\n",
|
7270 | 7445 | "type": "string",
|
|
0 commit comments