GetSecretsPlainArgs

data class GetSecretsPlainArgs(val keyVaultId: String) : ConvertibleToJava<GetSecretsPlainArgs>

A collection of arguments for invoking getSecrets.

Constructors

Link copied to clipboard
constructor(keyVaultId: String)

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.

Functions

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