WorkflowStepDecryptStepDetailsProperties

data class WorkflowStepDecryptStepDetailsProperties(val destinationFileLocation: WorkflowInputFileLocation, val name: String? = null, val overwriteExisting: WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting? = null, val sourceFileLocation: String? = null, val type: WorkflowStepDecryptStepDetailsPropertiesType)

Details for a step that performs a file decryption.

Constructors

Link copied to clipboard
constructor(destinationFileLocation: WorkflowInputFileLocation, name: String? = null, overwriteExisting: WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting? = null, sourceFileLocation: String? = null, type: WorkflowStepDecryptStepDetailsPropertiesType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the step, used as an identifier.

Link copied to clipboard

A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE.

Link copied to clipboard

Specifies which file to use as input to the workflow step.

Link copied to clipboard

Specifies which encryption method to use.