Share via


AuditLogSource Enum

Definition

Known sources for audit log events to help with automated filtering by other tooling.

public enum AuditLogSource
type AuditLogSource = 
Public Enum AuditLogSource
Inheritance
AuditLogSource

Fields

LiveShare 1

LiveShare components.

None 0

No component, used for cases where a known component is not registered yet.

Remarks

If you are adding to this list, please ensure audit event source registration is also updated in VS setup finalizer.

Applies to