Module Values.UnlockDelaySource

Information 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.

Sourcetype nonrec t = {
  1. unlockDelayValue : UnlockDelayValue.t;
    (*

    The unlock delay period, measured in the unit specified for UnlockDelayUnit.

    *)
  2. unlockDelayUnit : UnlockDelayUnit.t;
    (*

    The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measured only in days.

    *)
}
Sourceval context_ : string
Sourceval make : unlockDelayValue:UnlockDelayValue.t -> unlockDelayUnit:UnlockDelayUnit.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of UnlockDelayValue.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t