Values_1.DeprecationTimeConditionSourceThe maximum period since deprecation for allowed images.
type nonrec t = {maximumDaysSinceDeprecated : Values_0.MaximumDaysSinceDeprecatedValue.t option;The maximum number of days that have elapsed since the image was deprecated. When set to 0, no deprecated images are allowed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Values_0.MaximumDaysSinceDeprecatedValue.t ])
list ]