KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val keyName: String, val keyVaultUri: String, val keyVersion: String)

Properties of the key vault.

Constructors

Link copied to clipboard
constructor(keyName: String, keyVaultUri: String, keyVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of Key Vault key.

Link copied to clipboard

Uri of the key vault.

Link copied to clipboard

Version of Key Vault key.