libtmux Reference MCP Search
On this page

tmux.ServerAccessRequest

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_clients.go
struct tmux.ServerAccessRequest
struct [source]
struct [source]
struct tmux.ServerAccessRequest

ServerAccessRequest configures tmux server access control. Its zero value is invalid: List or exactly one nonempty Allow or Deny is required. Allow and Deny, and ReadOnly and Write, are mutually exclusive; nil pointers omit their selectors while explicit empty users are rejected. List selects the returned-list path, but compatible selector and mode flags are still sent to tmux rather than ignored.

5 declared, 0 inherited

Members

  • Allow attribute Allow grants the named user access.
  • Deny attribute Deny revokes the named user's access.
  • List attribute List returns the configured access entries instead of mutating them.
  • ReadOnly attribute ReadOnly grants read-only access to the selected user.
  • Write attribute Write grants write access to the selected user.
Esc

Type to search.