# LibTmux.ServerAccessRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/ServerAccessRequest.cs#L10
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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

- `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.
- `ToCommand` (method): Returns an access request as one tmux command.
