# ServerIncarnation

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Identity.swift#L7
- **Page:** https://libtmux.org/en/swift/latest/reference/serverincarnation/

The identity of one running tmux daemon at one endpoint.

Provenance guards trust tmux's builtin parser and configured hooks. They
prevent accidental stale or foreign targeting, not hostile configuration.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `endpoint` (property)
- `socketPath` (property)
- `processID` (property)
- `startedAt` (property)
- `init(endpoint:socketPath:processID:startedAt:)` (method)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
