GetSecretPlainArgs

data class GetSecretPlainArgs(val keyVaultId: String, val name: String, val version: String? = null) : ConvertibleToJava<GetSecretPlainArgs>

A collection of arguments for invoking getSecret.

Constructors

Link copied to clipboard
constructor(keyVaultId: String, name: String, version: String? = null)

Properties

Link copied to clipboard

Specifies the ID of the Key Vault instance to fetch secret names from, available on the azure.keyvault.KeyVault Data Source / Resource.

Link copied to clipboard

Specifies the name of the Key Vault Secret.

Link copied to clipboard
val version: String? = null

Specifies the version of the Key Vault Secret. Defaults to the current version of the Key Vault Secret. NOTE: The vault must be in the same subscription as the provider. If the vault is in another subscription, you must create an aliased provider for that subscription.

Functions

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