- Scope shows how the token is bound:
all— unrestricted, can act on every organization the caller belongs to.<org>— organization-scoped.<org>/<group>— group-scoped.
- Permissions summarizes the scope grant for group-scoped tokens:
—for tokens without an explicit scope set (unrestricted and org-scoped tokens).read-onlywhen the only scope isread.full-accesswhen every scope is granted.- Otherwise, the comma-separated scope list.
--read-only, --full-access) are expanded into individual scopes before storage and are surfaced here in expanded form.