LoadTestEncryptionIdentityArgs

data class LoadTestEncryptionIdentityArgs(val identityId: Output<String>, val type: Output<String>) : ConvertibleToJava<LoadTestEncryptionIdentityArgs>

Constructors

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

Properties

Link copied to clipboard
val identityId: Output<String>

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
val type: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): LoadTestEncryptionIdentityArgs