Get Key Plain Args
data class GetKeyPlainArgs(val keyVaultId: String, val name: String) : ConvertibleToJava<GetKeyPlainArgs>
A collection of arguments for invoking getKey.
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. 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.