AS2Message Connection Settings Args
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.
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.