LoadTestEncryptionIdentity

data class LoadTestEncryptionIdentity(val identityId: String, val type: String)

Constructors

Link copied to clipboard
constructor(identityId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The User Assigned Identity ID that should be assigned to this Load Test Encryption. Changing this forces a new Load Test to be created.

Link copied to clipboard

Specifies the type of Managed Identity that should be assigned to this Load Test Encryption. Possible values are SystemAssigned or UserAssigned. Changing this forces a new Load Test to be created.