DecryptStepDetails

Each step type has its own StepDetails structure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the location for the file being decrypted. Use ${Transfer:UserName} or ${Transfer:UploadDate} in this field to parametrize the destination prefix by username or uploaded date.

Link copied to clipboard
val name: String?

The name of the step, used as an identifier.

Link copied to clipboard

A flag that indicates whether 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: either the output from the previous step, or the originally uploaded file for the workflow.

Link copied to clipboard

The type of encryption used. Currently, this value must be PGP.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String