GetKeyPlainArgs

data class GetKeyPlainArgs(val keyVaultId: String, val name: String) : ConvertibleToJava<GetKeyPlainArgs>

A collection of arguments for invoking getKey.

Constructors

Link copied to clipboard
constructor(keyVaultId: String, name: String)

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.

Link copied to clipboard

Specifies the name of the Key Vault Key.

Functions

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