Get Encode Plain Args
data class GetEncodePlainArgs(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>? = null, val encodedValue: String? = null, val namespace: String? = null, val path: String, val roleName: String, val transformation: String? = null, val tweak: String? = null, val value: String? = null) : ConvertibleToJava<GetEncodePlainArgs>
A collection of arguments for invoking getEncode.
Properties
Link copied to clipboard
Specifies a list of items to be encoded in a single batch. If this parameter is set, the parameters 'value', 'transformation' and 'tweak' will be ignored. Each batch item within the list can specify these parameters instead.
Link copied to clipboard
The result of encoding a batch.
Link copied to clipboard
The result of encoding a value.
Link copied to clipboard
The transformation to perform. If no value is provided and the role contains a single transformation, this value will be inferred from the role.