Secret

data class Secret(val id: String, val type: SecretType, val secretMaterial: SecretMaterialJWK)(source)

Represents a secret, which is a piece of secret material and its type.

Constructors

Link copied to clipboard
constructor(id: String, type: SecretType, secretMaterial: SecretMaterialJWK)

Properties

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