KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val keyName: String, val keyVaultUri: String, val keyVersion: String? = null, val userIdentity: String? = null)

Properties of the key vault.

Constructors

Link copied to clipboard
constructor(keyName: String, keyVaultUri: String, keyVersion: String? = null, userIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the key vault key.

Link copied to clipboard

The Uri of the key vault.

Link copied to clipboard
val keyVersion: String? = null

The version of the key vault key.

Link copied to clipboard
val userIdentity: String? = null

The user assigned identity (ARM resource id) that has access to the key.