GetCertificatesPlainArgs

data class GetCertificatesPlainArgs(val includePending: Boolean? = null, val keyVaultId: String) : ConvertibleToJava<GetCertificatesPlainArgs>

A collection of arguments for invoking getCertificates.

Constructors

Link copied to clipboard
constructor(includePending: Boolean? = null, keyVaultId: String)

Properties

Link copied to clipboard
val includePending: Boolean? = null

Specifies whether to include certificates which are not completely provisioned. Defaults to true.

Link copied to clipboard

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

Functions

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