ReadProtected
ReadProtected is an attribute that prevents values associated with a symbol from being seen.
Examples
SetAttributes[f, ReadProtected]
f[x_] := x^2
??fAttributes[Plus]Please visit the official Wolfram Language Reference for more details.