AS2OneWayAgreementArgs

data class AS2OneWayAgreementArgs(val protocolSettings: Output<AS2ProtocolSettingsArgs>, val receiverBusinessIdentity: Output<BusinessIdentityArgs>, val senderBusinessIdentity: Output<BusinessIdentityArgs>) : ConvertibleToJava<AS2OneWayAgreementArgs>

The integration account AS2 one-way agreement.

Constructors

Link copied to clipboard
constructor(protocolSettings: Output<AS2ProtocolSettingsArgs>, receiverBusinessIdentity: Output<BusinessIdentityArgs>, senderBusinessIdentity: Output<BusinessIdentityArgs>)

Properties

Link copied to clipboard

The AS2 protocol settings.

Link copied to clipboard

The receiver business identity

Link copied to clipboard

The sender business identity

Functions

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