KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val currentKeyIdentifier: String, val keyIdentifier: String? = null)

Constructors

Link copied to clipboard
constructor(currentKeyIdentifier: String, keyIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current key used to encrypt the Media Services account, including the key version.

Link copied to clipboard
val keyIdentifier: String? = null

The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).