KeyVaultPropertiesResponse

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

Properties of the key vault.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

The name of the key vault key.

Link copied to clipboard
val keyVaultUri: String? = null

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.