new ArchActionDecryptData(coreDecryptDataActionViewModel)
The Architect Scripting class that represents the Decrypt Data action.
Instances of this action should be created by calling ArchFactoryActions#addActionDecryptData
Parameters:
| Name | Type | Description |
|---|---|---|
coreDecryptDataActionViewModel |
Object | ( Internal ) an Architect core get conversation data action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionDecryptData'.
-
readonly dataToDecrypt :ArchValueString
-
Returns the data to decrypt value as a String. Remember when supplying a string value that the value should be the string output from an Encrypt Data action to be able to decrypt it.
-
readonly decryptDataOutputsFailure :ArchNamedValueList
-
The contents of this named value list come from the Failure Outputs schema. It will contain two values: errorType and errorMessage. These values will be returned by the server if the action takes the Failure path.
-
readonly decryptedData :ArchValueJson
-
This output value holds the decrypted data of the Decrypt Data action if the action is successful. If the action is not successful, the value of the variable bound to this output will be left untouched.
-
readonly isArchActionDecryptData :boolean
-
Returns true indicating that this is an ArchActionDecryptData instance.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From: