Transformation

class Transformation : KotlinCustomResource

Properties

Link copied to clipboard
val allowedRoles: Output<List<String>>?

The set of roles allowed to perform this transformation.

Link copied to clipboard
val deletionAllowed: Output<Boolean>?

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
val id: Output<String>
Link copied to clipboard
val maskingCharacter: Output<String>?

The character used to replace data when in masking mode

Link copied to clipboard
val name: Output<String>

The name of the transformation.

Link copied to clipboard
val namespace: Output<String>?

The namespace to provision the resource in. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace. Available only for Vault Enterprise.

Link copied to clipboard
val path: Output<String>

Path to where the back-end is mounted within Vault.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val template: Output<String>?

The name of the template to use.

Link copied to clipboard
val templates: Output<List<String>>

Templates configured for transformation.

Link copied to clipboard
val tweakSource: Output<String>?

The source of where the tweak value comes from. Only valid when in FPE mode.

Link copied to clipboard
val type: Output<String>?

The type of transformation to perform.

Link copied to clipboard
val urn: Output<String>