encryption

@JvmName(name = "ilnlybflxhlagnof")
suspend fun encryption(value: Output<VaultEncryptionArgs>)
@JvmName(name = "qobifboowgqtvmxc")
suspend fun encryption(value: VaultEncryptionArgs?)

Parameters

value

An encryption block as defined below. Required with identity. !>Note: Once Encryption with your own key has been Enabled it's not possible to Disable it.


@JvmName(name = "xkhfcgwjscnuhiey")
suspend fun encryption(argument: suspend VaultEncryptionArgsBuilder.() -> Unit)

Parameters

argument

An encryption block as defined below. Required with identity. !>Note: Once Encryption with your own key has been Enabled it's not possible to Disable it.