HeimdallSecretData

data class HeimdallSecretData(val key: String, val base64Value: String)

A data class representing a key-value pair of secret data retrieved from Heimdall.

Constructors

Link copied to clipboard
constructor(key: String, base64Value: String)

Properties

Link copied to clipboard

The Base64-encoded value of the secret data.

Link copied to clipboard
val key: String

The key associated with the secret data.