GetProtectedItemPlainArgs

data class GetProtectedItemPlainArgs(val protectedItemName: String, val resourceGroupName: String, val vaultName: String) : ConvertibleToJava<GetProtectedItemPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The protected item name.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The vault name.

Functions

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