RosettaNetPipActivityBehaviorResponse

data class RosettaNetPipActivityBehaviorResponse(val actionType: String, val isAuthorizationRequired: Boolean, val isSecuredTransportRequired: Boolean, val nonRepudiationOfOriginAndContent: Boolean, val persistentConfidentialityScope: String, val responseType: String, val retryCount: Int, val timeToPerformInSeconds: Int)

The integration account RosettaNet ProcessConfiguration activity behavior.

Constructors

Link copied to clipboard
constructor(actionType: String, isAuthorizationRequired: Boolean, isSecuredTransportRequired: Boolean, nonRepudiationOfOriginAndContent: Boolean, persistentConfidentialityScope: String, responseType: String, retryCount: Int, timeToPerformInSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether the RosettaNet PIP is used for a single action.

Link copied to clipboard

The value indicating whether authorization is required.

Link copied to clipboard

The value indicating whether secured transport is required.

Link copied to clipboard

The value indicating whether non-repudiation is for origin and content.

Link copied to clipboard

The persistent confidentiality encryption scope.

Link copied to clipboard

The value indicating whether the RosettaNet PIP communication is synchronous.

Link copied to clipboard

The value indicating retry count.

Link copied to clipboard

The time to perform in seconds.