new ArchActionEncryptData(coreEncryptDataActionViewModel)
The Architect Scripting class that represents the Encrypt Data action.
Instances of this action should be created by calling ArchFactoryActions#addActionEncryptData
Parameters:
| Name | Type | Description |
|---|---|---|
coreEncryptDataActionViewModel |
Object | ( Internal ) an Architect core get conversation data action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionEncryptData'.
-
readonly dataToEncrypt :ArchValueJson
-
Returns the data to encrypt value as JSON.
-
readonly encryptDataOutputsFailure :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 encryptedData :ArchValueString
-
This output value holds the encrypted data of the Encrypt Data action as a String 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 isArchActionEncryptData :boolean
-
Returns true indicating that this is an ArchActionEncryptData instance.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From: