KeyVaultSecretReferenceSecretInfoResponse

data class KeyVaultSecretReferenceSecretInfoResponse(val name: String? = null, val secretType: String, val version: String? = null)

The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId.

Constructors

constructor(name: String? = null, secretType: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the Key Vault secret.

Link copied to clipboard

The secret type. Expected value is 'keyVaultSecretReference'.

Link copied to clipboard
val version: String? = null

Version of the Key Vault secret.