data class LoadTestIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<LoadTestIdentityArgs>
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.