ListSecretValuePlainArgs

data class ListSecretValuePlainArgs(val resourceGroupName: String, val secretResourceName: String, val secretValueResourceName: String) : ConvertibleToJava<ListSecretValuePlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, secretResourceName: String, secretValueResourceName: String)

Properties

Link copied to clipboard

Azure resource group name

Link copied to clipboard

The name of the secret resource.

Link copied to clipboard

The name of the secret resource value which is typically the version identifier for the value.

Functions

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