GetEncryptResult

data class GetEncryptResult(val backend: String, val ciphertext: String, val context: String? = null, val id: String, val key: String, val keyVersion: Int? = null, val namespace: String? = null, val plaintext: String)

A collection of values returned by getEncrypt.

Constructors

Link copied to clipboard
constructor(backend: String, ciphertext: String, context: String? = null, id: String, key: String, keyVersion: Int? = null, namespace: String? = null, plaintext: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Encrypted ciphertext returned from Vault

Link copied to clipboard
val context: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val key: String
Link copied to clipboard
val keyVersion: Int? = null
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard