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

Name Value Description
None 0

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

LiveShare 1

LiveShare components.

Remarks

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

Applies to