Advertisement
Guest User

Untitled

a guest
Jan 4th, 2024
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.81 KB | None | 0 0
  1.     "groups": [
  2.       {
  3.         "id": "system-admin",
  4.         "name": "Administrators"
  5.       },
  6.       {
  7.         "id": "system-users",
  8.         "name": "Users"
  9.       },
  10.       {
  11.         "id": "system-read-only",
  12.         "name": "Read Only"
  13.       },
  14.       {
  15.         "id": "custom-non-household",
  16.         "name": "Non House Hold User",
  17.         "policy": {
  18.           "entities": {
  19.             "domains": {
  20.               "switch": true,
  21.               "light": false
  22.             }
  23.           }
  24.         }
  25.       },
  26.       {
  27.         "id": "custom-test",
  28.         "name": "Custom test",
  29.         "policy": {
  30.           "entities": {
  31.             "domains": {
  32.               "light": {
  33.                 "read": true,
  34.                 "control": false
  35.               }
  36.             }
  37.           }
  38.         }
  39.       }
  40.     ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement