Rosetta Net Pip Activity Behavior Args
data class RosettaNetPipActivityBehaviorArgs(val actionType: Output<RosettaNetActionType>, val isAuthorizationRequired: Output<Boolean>, val isSecuredTransportRequired: Output<Boolean>, val nonRepudiationOfOriginAndContent: Output<Boolean>, val persistentConfidentialityScope: Output<RosettaNetPipConfidentialityScope>, val responseType: Output<RosettaNetResponseType>, val retryCount: Output<Int>, val timeToPerformInSeconds: Output<Int>) : ConvertibleToJava<RosettaNetPipActivityBehaviorArgs>
The integration account RosettaNet ProcessConfiguration activity behavior.
Constructors
Link copied to clipboard
constructor(actionType: Output<RosettaNetActionType>, isAuthorizationRequired: Output<Boolean>, isSecuredTransportRequired: Output<Boolean>, nonRepudiationOfOriginAndContent: Output<Boolean>, persistentConfidentialityScope: Output<RosettaNetPipConfidentialityScope>, responseType: Output<RosettaNetResponseType>, retryCount: Output<Int>, timeToPerformInSeconds: Output<Int>)
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.