LoadTestEncryption

data class LoadTestEncryption(val identity: LoadTestEncryptionIdentity, val keyUrl: String)

Constructors

Link copied to clipboard
constructor(identity: LoadTestEncryptionIdentity, keyUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An identity block as defined below. Changing this forces a new Load Test to be created.

Link copied to clipboard

The URI specifying the Key vault and key to be used to encrypt data in this resource. The URI should include the key version. Changing this forces a new Load Test to be created.