SecretArchiveReferenceResponse

data class SecretArchiveReferenceResponse(val keyVaultId: String, val secretName: String, val secretVersion: String)

Constructors

Link copied to clipboard
constructor(keyVaultId: String, secretName: String, secretVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the key vault containing the secret.

Link copied to clipboard

The name of the secret in the key vault.

Link copied to clipboard

The version of the secret in the key vault.