KeyPropertiesResponse

data class KeyPropertiesResponse(val name: String? = null, val version: String? = null)

Url and version of the KeyVault Secret

Constructors

Link copied to clipboard
constructor(name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The identifier of the key vault key used to encrypt data.

Link copied to clipboard
val version: String? = null

The version of the identity which will be used to access key vault.