getSecrets

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

Return

A collection of values returned by getSecrets.

Parameters

argument

A collection of arguments for invoking getSecrets.


suspend fun getSecrets(keyVaultId: String): GetSecretsResult

Return

A collection of values returned by getSecrets.

Parameters

keyVaultId

Specifies the ID of the Key Vault instance to fetch secret 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


suspend fun getSecrets(argument: suspend GetSecretsPlainArgsBuilder.() -> Unit): GetSecretsResult

Return

A collection of values returned by getSecrets.

Parameters

argument

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

See also