GetConnectorAs2Config

data class GetConnectorAs2Config(val basicAuthSecretId: String, val compression: String, val encryptionAlgorithm: String, val localProfileId: String, val mdnResponse: String, val mdnSigningAlgorithm: String, val messageSubject: String, val partnerProfileId: String, val singingAlgorithm: String)

Constructors

Link copied to clipboard
constructor(basicAuthSecretId: String, compression: String, encryptionAlgorithm: String, localProfileId: String, mdnResponse: String, mdnSigningAlgorithm: String, messageSubject: String, partnerProfileId: String, singingAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Basic authentication for AS2 connector API. Returns a null value if not set.

Link copied to clipboard

Specifies whether AS2 file is compressed. Will be ZLIB or DISABLED

Link copied to clipboard

Algorithm used to encrypt file. Will be AES128_CBC or AES192_CBC or AES256_CBC or DES_EDE3_CBC or NONE.

Link copied to clipboard

Unique identifier for AS2 local profile.

Link copied to clipboard

Used for outbound requests to tell if response is asynchronous or not. Will be either SYNC or NONE.

Link copied to clipboard

Signing algorithm for MDN response. Will be SHA256 or SHA384 or SHA512 or SHA1 or NONE or DEFAULT.

Link copied to clipboard

Subject HTTP header attribute in outbound AS2 messages to the connector.

Link copied to clipboard

Unique identifier used by connector for partner profile.

Link copied to clipboard