KeyVaultSecretReferenceSecretInfoArgs

data class KeyVaultSecretReferenceSecretInfoArgs(val name: Output<String>? = null, val secretType: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<KeyVaultSecretReferenceSecretInfoArgs>

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

Link copied to clipboard
constructor(name: Output<String>? = null, secretType: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the Key Vault secret.

Link copied to clipboard
val secretType: Output<String>

The secret type. Expected value is 'keyVaultSecretReference'.

Link copied to clipboard
val version: Output<String>? = null

Version of the Key Vault secret.

Functions

Link copied to clipboard
open override fun toJava(): KeyVaultSecretReferenceSecretInfoArgs