<PackageReference Include="Relativity.Server.ObjectManager.SDK" Version="1.1.2" />

Security

public class Security
Represents information about inherited security settings and user permissions on a specific object.
public bool OverwriteInheritedSecurity { get; set; }

Gets or sets a Boolean value indicating whether the current RelativityObject inherits item level security from another object.

public bool UserCanEditSecurity { get; set; }

Gets or sets a Boolean value indicating whether the requesting user has permission to the current object.

public Security()