Table of Contents

Enum Sensitivity

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public enum Sensitivity

Fields

[OriginalName("SENSITIVITY_PII")] Pii = 1

User-identifying or user-controlled data: display names, phone numbers, metadata, attributes, custom headers, auth usernames, semi-public account identifiers (AWS role ARNs, Azure account names). Redacted by logger.Proto(); exposed by logger.UnredactedProto() for operator-facing observability events.

[OriginalName("SENSITIVITY_SECRET")] Secret = 2

Credentials and authentication material: passwords, access keys, session tokens, signing keys, API keys, ICE credentials. ALWAYS redacted, including by logger.UnredactedProto().

[OriginalName("SENSITIVITY_UNSPECIFIED")] Unspecified = 0

Unannotated default — safe to log. Identifiers, IDs, timestamps, enums, status fields.