HeimdallSecret

data class HeimdallSecret(val id: String, val data: List<HeimdallSecretData>)

Represents a Heimdall secret.

Parameters

id

The ID of the secret.

data

The list of secret data contained in the secret.

Constructors

Link copied to clipboard
constructor(id: String, data: List<HeimdallSecretData>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Helper function to convert Heimdall secret data containing Azure Blob File System Storage account keys to a HashMap

Link copied to clipboard

Helper function to convert Heimdall secret data containing Google Cloud Storage keys to a HashMap

Link copied to clipboard

Helper function to convert Heimdall secret data containing AWS S3 access and secret keys to a HashMap

Link copied to clipboard

Returns a map of secret properties associated with the given key.

Link copied to clipboard

Helper function to convert Heimdall secret data containing Azure Blob Storage account keys to a HashMap

Properties

Link copied to clipboard
Link copied to clipboard
val id: String