Properties
Identifier
Access token IDs must be unique to the account and may be up to 96 bytes in length.Expiration
An expiry time at which the access token becomes immediately invalid. This is specified as an ISO 8601 timestamp with the REST API.Expiry time of the requestor’s access token will be the default and maximum possible expiry time when issuing a new token.Dashboard access does not have an expiry, so permanent access tokens can be issued from there. However, a limited-expiry access token can be used to only issue new access tokens bounded by its own expiry.
Scope
Resources
Access to the following resources can be scoped:- Basins
- Streams
- Access tokens
- Prefix Match
- Exact Match
Grant access to all resources with a common prefix:
Empty prefix matches all resources (allow all).
Operations
There are two complementary ways to authorize operations:- Operation Groups
- Individual Operations
Operation groups provide a high-level way to grant read/write access.Group-level permissions will also apply to any new operations added to the group.
Both groups and individual operations may be specified together — the effective permissions are a union.


