Enum AuditCallerSource
How the call reached the application.
public enum AuditCallerSource
Fields
Api = 0An HTTP request authenticated with an API key.
Background = 2No HTTP request — a hosted service, message handler or scheduled job.
Unknown = 3Not determinable.
Web = 1An HTTP request from the web UI (cookie or federated sign-in).