<PackageReference Include="Relativity.Server.API.SDK" Version="5000.0.3" />

IMonitorSecurityEvents

public interface IMonitorSecurityEvents
This interface is used for writing security related events to the security monitor
bool IsSensitiveEmail(string email)

Checks if the email is apart of a non sensitive domain

void WriteEvent(string message, object[] propertyValues)

Write a security event to the monitor