AS2MessageConnectionSettingsArgs

data class AS2MessageConnectionSettingsArgs(val ignoreCertificateNameMismatch: Output<Boolean>, val keepHttpConnectionAlive: Output<Boolean>, val supportHttpStatusCodeContinue: Output<Boolean>, val unfoldHttpHeaders: Output<Boolean>) : ConvertibleToJava<AS2MessageConnectionSettingsArgs>

The AS2 agreement message connection settings.

Constructors

Link copied to clipboard
constructor(ignoreCertificateNameMismatch: Output<Boolean>, keepHttpConnectionAlive: Output<Boolean>, supportHttpStatusCodeContinue: Output<Boolean>, unfoldHttpHeaders: Output<Boolean>)

Properties

Link copied to clipboard

The value indicating whether to ignore mismatch in certificate name.

Link copied to clipboard

The value indicating whether to keep the connection alive.

Link copied to clipboard

The value indicating whether to support HTTP status code 'CONTINUE'.

Link copied to clipboard

The value indicating whether to unfold the HTTP headers.

Functions

Link copied to clipboard
open override fun toJava(): AS2MessageConnectionSettingsArgs