Values.UnlockDelaySourceInformation about the retention rule unlock delay. The unlock delay is the period after which a retention rule can be modified or edited after it has been unlocked by a user with the required permissions. The retention rule can't be modified or deleted during the unlock delay.
type nonrec t = {unlockDelayValue : UnlockDelayValue.t;The unlock delay period, measured in the unit specified for UnlockDelayUnit.
*)unlockDelayUnit : UnlockDelayUnit.t;The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measured only in days.
*)}val make :
unlockDelayValue:UnlockDelayValue.t ->
unlockDelayUnit:UnlockDelayUnit.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of UnlockDelayValue.t ]) list ]