Values.IngressTlsProtocolExpressionSourceThe structure for a TLS related condition matching on the incoming mail.
type nonrec t = {evaluate : IngressTlsProtocolToEvaluate.t;The left hand side argument of a TLS condition expression.
*)operator : IngressTlsProtocolOperator.t;The matching operator for a TLS condition expression.
*)value : IngressTlsProtocolAttribute.t;The right hand side argument of a TLS condition expression.
*)}val make :
evaluate:IngressTlsProtocolToEvaluate.t ->
operator:IngressTlsProtocolOperator.t ->
value:IngressTlsProtocolAttribute.t ->
unit ->
t