<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

SecurableField

Contract that allows for a batch set with a field that's secured away from the user to interact with the batch set.
public bool IsSecured { get; set; }

If true, on a Read, the field's identifiying information is cleared out before being returned. If true on an update, the field is ignored. This value is ignored altogether on creates.

public SecurableField()

public void Secure()

Secures artifact.