GetKeyPlainArgs

data class GetKeyPlainArgs(val keyName: String, val resourceGroupName: String, val vaultName: String) : ConvertibleToJava<GetKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(keyName: String, resourceGroupName: String, vaultName: String)

Properties

Link copied to clipboard

The name of the key to be retrieved.

Link copied to clipboard

The name of the resource group which contains the specified key vault.

Link copied to clipboard

The name of the vault which contains the key to be retrieved.

Functions

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