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.
Represents a secret, which is a piece of secret material and its type.