GetCertificateDataPlainArgs

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

A collection of arguments for invoking getCertificateData.

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 where the Secret resides, 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 certificate to look up. (Defaults to latest)

Functions

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