<PackageReference Include="Relativity.Api" Version="9.7.229.5" />

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