GetSecretPlainArgs

data class GetSecretPlainArgs(val resourceGroupName: String, val secretName: String, val vaultName: String) : ConvertibleToJava<GetSecretPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the Resource Group to which the vault belongs.

Link copied to clipboard

The name of the secret.

Link copied to clipboard

The name of the vault.

Functions

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