TransformFunctions

Functions

Link copied to clipboard

This data source supports the "/transform/decode/{role_name}" Vault endpoint. It decodes the provided value using a named role.

suspend fun getDecode(argument: suspend GetDecodePlainArgsBuilder.() -> Unit): GetDecodeResult
suspend fun getDecode(batchInputs: List<Map<String, String>>? = null, batchResults: List<Map<String, String>>? = null, decodedValue: String? = null, namespace: String? = null, path: String, roleName: String, transformation: String? = null, tweak: String? = null, value: String? = null): GetDecodeResult
Link copied to clipboard

This data source supports the "/transform/encode/{role_name}" Vault endpoint. It encodes the provided value using a named role.

suspend fun getEncode(argument: suspend GetEncodePlainArgsBuilder.() -> Unit): GetEncodeResult
suspend fun getEncode(batchInputs: List<Map<String, String>>? = null, batchResults: List<Map<String, String>>? = null, encodedValue: String? = null, namespace: String? = null, path: String, roleName: String, transformation: String? = null, tweak: String? = null, value: String? = null): GetEncodeResult