Transformation Args
data class TransformationArgs(val allowedRoles: Output<List<String>>? = null, val deletionAllowed: Output<Boolean>? = null, val maskingCharacter: Output<String>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val path: Output<String>? = null, val template: Output<String>? = null, val templates: Output<List<String>>? = null, val tweakSource: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<TransformationArgs>
Constructors
Link copied to clipboard
constructor(allowedRoles: Output<List<String>>? = null, deletionAllowed: Output<Boolean>? = null, maskingCharacter: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, path: Output<String>? = null, template: Output<String>? = null, templates: Output<List<String>>? = null, tweakSource: Output<String>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
The set of roles allowed to perform this transformation.
Link copied to clipboard
If true, this transform can be deleted. Otherwise, deletion is blocked while this value remains false. Default: false
Only supported on vault-1.12+
Link copied to clipboard
The character used to replace data when in masking mode
Link copied to clipboard
The source of where the tweak value comes from. Only valid when in FPE mode.