Values.IngressPointPasswordConfigurationSourceThe password configuration of the ingress endpoint resource.
type nonrec t = {smtpPasswordVersion : String_.t option;The current password expiry timestamp of the ingress endpoint resource.
*)previousSmtpPasswordVersion : String_.t option;The previous password version of the ingress endpoint resource.
*)previousSmtpPasswordExpiryTimestamp : Timestamp.t option;The previous password expiry timestamp of the ingress endpoint resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]