Table of Contents

Enum AuditCallerSource

Namespace
Tharga.Team.Service.Audit
Assembly
Tharga.Team.Service.dll

How the call reached the application.

public enum AuditCallerSource

Fields

Api = 0

An HTTP request authenticated with an API key.

Background = 2

No HTTP request — a hosted service, message handler or scheduled job.

Unknown = 3

Not determinable.

Web = 1

An HTTP request from the web UI (cookie or federated sign-in).