# Functions
CanGetUsageDetails returns an echo middleware that checks if the user has permission to get usage details.
InitTheLastBootClusterHeartbeat preserves the last boot heartbeat for applications that need it after the master has been running for some time (e.g.
TheLastBootClusterHeartbeat returns the last known heartbeat time from the previous master boot.
# Variables
AuthZProvider is the authz registry for Notebooks, Shells, and Commands.
# Structs
MiscAuthZBasic is basic OSS controls.
MiscAuthZPermissive is permissive implementation of the MiscAuthZ interface.
MiscAuthZRBAC is the RBAC implementation of the MiscAuthZ interface.
# Interfaces
MiscAuthZ describes authz methods for misc actions.