ListSecretValuePlainArgs

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

Constructors

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

Functions

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

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.