# LibTmux.ServerAccessRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/ServerAccessRequest.cs#L8
- **Page:** https://libtmux.org/reference/dotnet/libtmux-serveraccessrequest/

Describes one <c>server-access</c> invocation.

tmux lets other users attach to a server over its socket. Access is granted
per user, and read-only or read-write says what a granted user may do.

## Members

- `ServerAccessRequest` (method) — Initializes an access change.
- `AllowUser` (property) — Gets the user to grant access to.
- `DenyUser` (property) — Gets the user to take access from.
- `List` (property) — Gets whether the current list is reported.
- `ReadOnly` (property) — Gets whether the granted user may only look.
- `ReadWrite` (property) — Gets whether the granted user may also act.
