RosettaNetPipAcknowledgmentOfReceiptSettingsArgs

data class RosettaNetPipAcknowledgmentOfReceiptSettingsArgs(val isNonRepudiationRequired: Output<Boolean>, val timeToAcknowledgeInSeconds: Output<Int>) : ConvertibleToJava<RosettaNetPipAcknowledgmentOfReceiptSettingsArgs>

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

Constructors

constructor(isNonRepudiationRequired: Output<Boolean>, timeToAcknowledgeInSeconds: Output<Int>)

Properties

Link copied to clipboard

The non-repudiation is required or not.

Link copied to clipboard

The time to acknowledge in seconds.

Functions

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