EncryptionKeyVaultPropertiesResponse

data class EncryptionKeyVaultPropertiesResponse(val autoDetectedKeyVersion: String, val keyName: String? = null, val keyState: String, val keyVaultUrl: String? = null, val keyVersion: String? = null, val versionType: String)

An Encryption Key

Constructors

Link copied to clipboard
constructor(autoDetectedKeyVersion: String, keyName: String? = null, keyState: String, keyVaultUrl: String? = null, keyVersion: String? = null, versionType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The auto-detected version of the key if versionType is auto-detected.

Link copied to clipboard
val keyName: String? = null

The name of the key.

Link copied to clipboard

The state of key provided

Link copied to clipboard
val keyVaultUrl: String? = null

The URL of the vault.

Link copied to clipboard
val keyVersion: String? = null

The version of the key.

Link copied to clipboard

Property of the key if user provided or auto detected