getCertificates

Use this data source to retrieve a list of certificate names from an existing Key Vault.

Return

A collection of values returned by getCertificates.

Parameters

argument

A collection of arguments for invoking getCertificates.


suspend fun getCertificates(includePending: Boolean? = null, keyVaultId: String): GetCertificatesResult

Return

A collection of values returned by getCertificates.

Parameters

includePending

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

keyVaultId

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

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.

See also


Return

A collection of values returned by getCertificates.

Parameters

argument

Builder for com.pulumi.azure.keyvault.kotlin.inputs.GetCertificatesPlainArgs.

See also