AS2Mdn Settings Args
data class AS2MdnSettingsArgs(val dispositionNotificationTo: Output<String>? = null, val mdnText: Output<String>? = null, val micHashingAlgorithm: Output<Either<String, HashingAlgorithm>>, val needMDN: Output<Boolean>, val receiptDeliveryUrl: Output<String>? = null, val sendInboundMDNToMessageBox: Output<Boolean>, val sendMDNAsynchronously: Output<Boolean>, val signMDN: Output<Boolean>, val signOutboundMDNIfOptional: Output<Boolean>) : ConvertibleToJava<AS2MdnSettingsArgs>
The AS2 agreement mdn settings.
Constructors
Link copied to clipboard
fun AS2MdnSettingsArgs(dispositionNotificationTo: Output<String>? = null, mdnText: Output<String>? = null, micHashingAlgorithm: Output<Either<String, HashingAlgorithm>>, needMDN: Output<Boolean>, receiptDeliveryUrl: Output<String>? = null, sendInboundMDNToMessageBox: Output<Boolean>, sendMDNAsynchronously: Output<Boolean>, signMDN: Output<Boolean>, signOutboundMDNIfOptional: Output<Boolean>)