summaryrefslogtreecommitdiff
path: root/controller/README.md
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-23 13:02:59 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-23 13:02:59 -0700
commit32fa0617004e80c99b341eb1b4753705b515b53a (patch)
tree55840f1e0d524cbea83cae6fd8945ed142267f3b /controller/README.md
parent70368312039f37d08ba687b07a5caad1c57cd8de (diff)
downloadinfinitytier-32fa0617004e80c99b341eb1b4753705b515b53a.tar.gz
infinitytier-32fa0617004e80c99b341eb1b4753705b515b53a.zip
Compute credential TTL et al.
Diffstat (limited to 'controller/README.md')
-rw-r--r--controller/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/controller/README.md b/controller/README.md
index 339adb31..189fcdbd 100644
--- a/controller/README.md
+++ b/controller/README.md
@@ -208,6 +208,9 @@ This returns an object containing all currently online members and the most rece
| nwid | string | 16-digit network ID | no |
| clock | integer | Current clock, ms since epoch | no |
| authorized | boolean | Is member authorized? (for private networks) | YES |
+| lastAuthorizedTime | integer | Time 'authorized' was last set to 'true' | no |
+| lastAuthorizedBy | string | What last set 'authorized' to 'true'? | no |
+| lastDeauthorizedTime | integer | Time 'authorized' was last set to 'false' | no |
| activeBridge | boolean | Member is able to bridge to other Ethernet nets | YES |
| identity | string | Member's public ZeroTier identity (if known) | no |
| ipAssignments | array[string] | Managed IP address assignments | YES |