#### Embargo Settings #### dspace.cfg
# DC metadata field to hold the user-supplied embargo terms
embargo.field.terms = dc.date.available
# DC metadata field to hold computed "lift date" of embargo
embargo.field.lift = dc.date.computed
# string in terms field to indicate indefinite embargo
embargo.terms.open = forever
AND then, in my dublin_core.xml I had:
<dcvalue element="date" qualifier="available">2022-01-01</dcvalue>
If you go to the Item authorization page, you see that the bitstream Anonymous permission starts on 2021-12-31, which is correct, but the item itself is not Private, and therefore can be reached by search or browse. I don't want the item to be reachable until the embargo period expires.
Attached is a screen shot of the Authorization page.