GetEncryptedValueResult

data class GetEncryptedValueResult(val algorithm: String, val decodedPlainTextValue: String, val encryptedData: String? = null, val id: String, val keyVaultKeyId: String, val plainTextValue: String? = null)

A collection of values returned by getEncryptedValue.

Constructors

Link copied to clipboard
constructor(algorithm: String, decodedPlainTextValue: String, encryptedData: String? = null, id: String, keyVaultKeyId: String, plainTextValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The Base64URL decoded string of plain_text_value. Because the API would remove padding characters of plain_text_value when encrypting, this attribute is useful to get the original value.

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

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val plainTextValue: String? = null